NimaBoscarino commited on
Commit
925be49
1 Parent(s): f1ab130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -125,9 +125,9 @@ def toggle_description(title, content):
125
 
126
 
127
  def submit_entry(URL, tags, suggestions, comments):
128
- # hf_writer.flag(
129
- # flag_data=[URL, tags, suggestions, comments]
130
- # )
131
 
132
  return [
133
  gr.Markdown.update(
 
125
 
126
 
127
  def submit_entry(URL, tags, suggestions, comments):
128
+ hf_writer.flag(
129
+ flag_data=[URL, tags, suggestions, comments]
130
+ )
131
 
132
  return [
133
  gr.Markdown.update(