kvspraneeth commited on
Commit
af15350
1 Parent(s): e860658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def gemini_chat(message, history):
33
  iface = gr.ChatInterface(
34
  fn=gemini_chat,
35
  title='AGRI-CHAT : Your Personal AI powered Chatbot, built for Agriculture/Farming related queries',
36
- chatbot=gr.Chatbot(height=200),
37
  textbox=gr.Textbox(
38
  placeholder="What's your question? Please type here!!",
39
  scale=7
 
33
  iface = gr.ChatInterface(
34
  fn=gemini_chat,
35
  title='AGRI-CHAT : Your Personal AI powered Chatbot, built for Agriculture/Farming related queries',
36
+ chatbot=gr.Chatbot(height=400),
37
  textbox=gr.Textbox(
38
  placeholder="What's your question? Please type here!!",
39
  scale=7