rohan13 commited on
Commit
12163f7
1 Parent(s): ca29824

reducing window size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
82
  # Title on top in middle of the page
83
  # gr.HTML("<h1 style='text-align: center;'>Course Assistant - 3D Printing Revolution</h1>")
84
 
85
- chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", label='3D Printing Revolution').style(height=400,
86
  container=False)
87
 
88
  # with gr.Row():
 
82
  # Title on top in middle of the page
83
  # gr.HTML("<h1 style='text-align: center;'>Course Assistant - 3D Printing Revolution</h1>")
84
 
85
+ chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", label='3D Printing Revolution').style(height=300,
86
  container=False)
87
 
88
  # with gr.Row():