Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -337,7 +337,7 @@ class GradioUI:
|
|
337 |
[upload_file, file_uploads_log],
|
338 |
[upload_status, file_uploads_log],
|
339 |
)
|
340 |
-
text_input = gr.Textbox(lines=1, label="
|
341 |
text_input.submit(
|
342 |
self.log_user_message,
|
343 |
[text_input, file_uploads_log],
|
|
|
337 |
[upload_file, file_uploads_log],
|
338 |
[upload_status, file_uploads_log],
|
339 |
)
|
340 |
+
text_input = gr.Textbox(lines=1, label="Enter your question (e.g., what is the latest research on quantum computing):")
|
341 |
text_input.submit(
|
342 |
self.log_user_message,
|
343 |
[text_input, file_uploads_log],
|