Commit
·
565f2f2
1
Parent(s):
26dad3e
Hide Comment ID textbox for API usage
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ interface = gr.Interface(
|
|
286 |
return_recommendations,
|
287 |
[
|
288 |
gr.Textbox(lines=1),
|
289 |
-
gr.Textbox(None, lines=1, label="Comment ID (
|
290 |
gr.Checkbox(False, label="Post recommendations to Paper page?"),
|
291 |
],
|
292 |
gr.Markdown(),
|
|
|
286 |
return_recommendations,
|
287 |
[
|
288 |
gr.Textbox(lines=1),
|
289 |
+
gr.Textbox(None, lines=1, label="Comment ID (only for API)", visible=False),
|
290 |
gr.Checkbox(False, label="Post recommendations to Paper page?"),
|
291 |
],
|
292 |
gr.Markdown(),
|