Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ def create_interface():
|
|
| 166 |
chatbot = gr.Chatbot()
|
| 167 |
|
| 168 |
query_input = gr.Textbox(
|
| 169 |
-
lines=5
|
| 170 |
label="Enter your query:",
|
| 171 |
placeholder="e.g., What are the potential long-term effects of climate change on global agriculture?"
|
| 172 |
)
|
|
|
|
| 166 |
chatbot = gr.Chatbot()
|
| 167 |
|
| 168 |
query_input = gr.Textbox(
|
| 169 |
+
lines=5,
|
| 170 |
label="Enter your query:",
|
| 171 |
placeholder="e.g., What are the potential long-term effects of climate change on global agriculture?"
|
| 172 |
)
|