Update app.py
Browse files
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="
|
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(
|