DeFactOfficial commited on
Commit
b9d9b64
·
verified ·
1 Parent(s): d2e74ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )