persadian commited on
Commit
59e7fe0
·
verified ·
1 Parent(s): 10b31c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("🗣️ Virtual Agronomist"):
48
- chatbot = gr.Chatbot(height=400, label="AI Assistant")
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