SivaResearch commited on
Commit
5bfc54d
·
verified ·
1 Parent(s): 3746e5b

updated with examples, theme in chat interface

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -52,5 +52,9 @@ def chat_interface(message,history):
52
  return outputs
53
 
54
 
55
- chat_interface = gr.ChatInterface(chat_interface, title="CAMAI")
 
 
 
 
56
  chat_interface.launch()
 
52
  return outputs
53
 
54
 
55
+ chat_interface = gr.ChatInterface(chat_interface,
56
+ title="CAMAI - Centralized Actionable Multimodal Agri Assistant on Edge Intelligence for Farmers ",
57
+ theme='adam-haile/DSTheme',
58
+ examples = ['दिल्ली में घूमने के लिए शीर्ष पांच सर्वोत्तम स्थान','भारत में शीर्ष पांच प्रमुख फसलें कौन सी हैं?','धान की फसल में जीवाणु रोग से कैसे बचें?']
59
+ )
60
  chat_interface.launch()