elibrowne commited on
Commit
a5c31fc
1 Parent(s): 7090aab
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -159,6 +159,9 @@ with gr.Blocks(theme = theme) as user_eval:
159
 
160
  def update_huggingface(id, data):
161
  print("Updating data...")
 
 
 
162
  filename = id.replace('@', '_AT_').replace('.', '_DOT_')
163
  # Create a local file that will be uploaded to HuggingFace
164
  with open(filename + ".json", "w") as f:
 
159
 
160
  def update_huggingface(id, data):
161
  print("Updating data...")
162
+ print(id)
163
+ print(str(id))
164
+ print(id.value)
165
  filename = id.replace('@', '_AT_').replace('.', '_DOT_')
166
  # Create a local file that will be uploaded to HuggingFace
167
  with open(filename + ".json", "w") as f: