sizing
Browse files
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=
|
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
|