merve HF staff commited on
Commit
73d7c8a
β€’
1 Parent(s): 6dd641d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def load_data(idx):
22
 
23
  def create_record(text, feedback):
24
  status = "Validated" if feedback == "Doğru" else "Default"
25
-
26
  fields = eval(text)
27
 
28
  # the label will come from the flag object in Gradio
 
22
 
23
  def create_record(text, feedback):
24
  status = "Validated" if feedback == "Doğru" else "Default"
25
+ print(text)
26
  fields = eval(text)
27
 
28
  # the label will come from the flag object in Gradio