Suhaib-88 commited on
Commit
db9af2b
1 Parent(s): c27912e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -33,5 +33,5 @@ def chatbot_func(query, *args, **kwargs):
33
  return str(response)
34
 
35
  # Replaced gr.Interface with gr.ChatInterface
36
- iface = gr.ChatInterface(chatbot_func,chatbot=gr.Chatbot(height=800,placeholder="<strong>GPT-Based Chatbot</strong><br>Ask Me Anything"),)
37
  iface.launch(share=True)
 
33
  return str(response)
34
 
35
  # Replaced gr.Interface with gr.ChatInterface
36
+ iface = gr.ChatInterface(chatbot_func,chatbot=gr.Chatbot(height=400,placeholder="<strong>GPT-Based Chatbot</strong><br>Ask Me Anything"),)
37
  iface.launch(share=True)