rohan13 commited on
Commit
113bfd8
1 Parent(s): 17920dd

Reducing bot window size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def bot(history):
72
 
73
  with gr.Blocks() as demo:
74
  gr.HTML("<h1 style='text-align: center;color: darkblue'>Grady - Your helpful Grading Assistant</h1>")
75
- chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", interactive=True).style(height=600)
76
 
77
  with gr.Row():
78
  # Create radio button to select model
 
72
 
73
  with gr.Blocks() as demo:
74
  gr.HTML("<h1 style='text-align: center;color: darkblue'>Grady - Your helpful Grading Assistant</h1>")
75
+ chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", interactive=True).style(height=500)
76
 
77
  with gr.Row():
78
  # Create radio button to select model