Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="emerald"), title="CropSeek-LLM"
|
|
44 |
""")
|
45 |
|
46 |
# Chat Interface
|
47 |
-
with gr.Tab("🗣️
|
48 |
-
chatbot = gr.Chatbot(height=400, label="
|
49 |
-
chat_input = gr.Textbox(placeholder="Ask about crops, pests, or farming practices...")
|
50 |
chat_input.submit(handle_chat, [chat_input, chatbot], [chatbot, chat_input])
|
51 |
|
52 |
# Data Analysis Interface
|
|
|
44 |
""")
|
45 |
|
46 |
# Chat Interface
|
47 |
+
with gr.Tab("🗣️ Agronomist"):
|
48 |
+
chatbot = gr.Chatbot(height=400, label="Crop Insight Engine")
|
49 |
+
chat_input = gr.Textbox(placeholder="Input agricultural parameters...Ask about crops, pests, or farming practices...")
|
50 |
chat_input.submit(handle_chat, [chat_input, chatbot], [chatbot, chat_input])
|
51 |
|
52 |
# Data Analysis Interface
|