rohan13 commited on
Commit
204a9c1
·
1 Parent(s): e9157fc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def bot(history):
69
 
70
  with gr.Blocks() as demo:
71
 
72
- chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot").style(height=600)
73
 
74
  with gr.Row():
75
  # Create radio button to select model
 
69
 
70
  with gr.Blocks() as demo:
71
 
72
+ chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", label='Coursera Chatbot').style(height=500, container=False)
73
 
74
  with gr.Row():
75
  # Create radio button to select model