RajuKandasamy commited on
Commit
c768c74
1 Parent(s): e16b5da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ chatbot_service = ChatbotService()
42
 
43
 
44
  with gr.Blocks() as demo:
45
- chatbot = gr.Chatbot().style(height=400)
46
  with gr.Row():
47
  msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Story Prompt:")
48
  run = gr.Button("Run")
 
42
 
43
 
44
  with gr.Blocks() as demo:
45
+ chatbot = gr.Chatbot()
46
  with gr.Row():
47
  msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Story Prompt:")
48
  run = gr.Button("Run")