Spaces:
Sleeping
Sleeping
Darian Sawali commited on
Commit ·
65477fd
1
Parent(s): 85bfa25
small fix
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ demo = gr.Interface(
|
|
| 9 |
inputs=gr.Textbox(
|
| 10 |
lines=2,
|
| 11 |
label="Ask about regional news",
|
| 12 |
-
placeholder="
|
| 13 |
),
|
| 14 |
outputs="text",
|
| 15 |
title="Regional News RAG Chatbot",
|
|
|
|
| 9 |
inputs=gr.Textbox(
|
| 10 |
lines=2,
|
| 11 |
label="Ask about regional news",
|
| 12 |
+
placeholder=""
|
| 13 |
),
|
| 14 |
outputs="text",
|
| 15 |
title="Regional News RAG Chatbot",
|