Spaces:
Runtime error
Runtime error
Commit
·
925be49
1
Parent(s):
f1ab130
Update app.py
Browse files
app.py
CHANGED
@@ -125,9 +125,9 @@ def toggle_description(title, content):
|
|
125 |
|
126 |
|
127 |
def submit_entry(URL, tags, suggestions, comments):
|
128 |
-
|
129 |
-
|
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(
|