RajuKandasamy commited on
Commit
5a9dafa
1 Parent(s): c96cf64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ chatbot_service = ChatbotService()
38
 
39
 
40
  with gr.Blocks() as demo:
41
- chatbot = gr.Chatbot().style(height=400)
42
  with gr.Row():
43
  msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Venba first Stanza:")
44
  run = gr.Button("Run")
 
38
 
39
 
40
  with gr.Blocks() as demo:
41
+ chatbot = gr.Chatbot()
42
  with gr.Row():
43
  msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Venba first Stanza:")
44
  run = gr.Button("Run")