Spaces:
Running
Running
Change height
Browse files
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=
|
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=635)
|
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")
|