update
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ title = """
|
|
83 |
with gr.Blocks() as demo:
|
84 |
gr.HTML(title)
|
85 |
|
86 |
-
chatbot = gr.Chatbot(
|
87 |
with gr.Row():
|
88 |
with gr.Column(scale=4):
|
89 |
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=8)
|
|
|
83 |
with gr.Blocks() as demo:
|
84 |
gr.HTML(title)
|
85 |
|
86 |
+
chatbot = gr.Chatbot(height=300, label="Check this out!")
|
87 |
with gr.Row():
|
88 |
with gr.Column(scale=4):
|
89 |
user_input = gr.Textbox(show_label=False, placeholder="Input...", lines=8)
|