baruga commited on
Commit
4b833ce
1 Parent(s): 218e328

Change height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(theme=theme) as app:
106
  chatlog_history = gr.State([])
107
  with gr.Row():
108
  with gr.Column(scale=4):
109
- chatbot = gr.Chatbot(label="Chat").style(height=632)
110
  with gr.Column(scale=1):
111
  # with gr.Tab("Generation Settings"):
112
  model = gr.Dropdown(choices=["gpt-3.5-turbo", "gpt-4"], value="gpt-4", interactive=True, label="Model")
 
106
  chatlog_history = gr.State([])
107
  with gr.Row():
108
  with gr.Column(scale=4):
109
+ chatbot = gr.Chatbot(label="Chat").style(height=634)
110
  with gr.Column(scale=1):
111
  # with gr.Tab("Generation Settings"):
112
  model = gr.Dropdown(choices=["gpt-3.5-turbo", "gpt-4"], value="gpt-4", interactive=True, label="Model")