Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -283,7 +283,7 @@ class GradioUI:
|
|
| 283 |
[upload_file, file_uploads_log],
|
| 284 |
[upload_status, file_uploads_log],
|
| 285 |
)
|
| 286 |
-
text_input = gr.Textbox(lines=1, label="
|
| 287 |
text_input.submit(
|
| 288 |
self.log_user_message,
|
| 289 |
[text_input, file_uploads_log],
|
|
|
|
| 283 |
[upload_file, file_uploads_log],
|
| 284 |
[upload_status, file_uploads_log],
|
| 285 |
)
|
| 286 |
+
text_input = gr.Textbox(lines=1, label="Fact-check any claim:")
|
| 287 |
text_input.submit(
|
| 288 |
self.log_user_message,
|
| 289 |
[text_input, file_uploads_log],
|