davanstrien HF staff commited on
Commit
565f2f2
1 Parent(s): 26dad3e

Hide Comment ID textbox for API usage

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (if replying to a comment)"),
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(),