jspr commited on
Commit
51ff69d
·
1 Parent(s): 8b0ee01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with block:
79
  placeholder="Paste the URL of the paper about which you want to ask a question",
80
  show_label=False,
81
  lines=1,
82
- type="url",
83
  )
84
 
85
  openai_api_key_textbox = gr.Textbox(
 
79
  placeholder="Paste the URL of the paper about which you want to ask a question",
80
  show_label=False,
81
  lines=1,
82
+ type="text",
83
  )
84
 
85
  openai_api_key_textbox = gr.Textbox(