Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ description = """
|
|
162 |
"""
|
163 |
|
164 |
# 6. Use Gradio to pull it all together
|
165 |
-
with gr.Blocks(css = """#col_container {width:
|
166 |
gr.HTML(title)
|
167 |
with gr.Column(elem_id = "col_container"):
|
168 |
inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
|
|
|
162 |
"""
|
163 |
|
164 |
# 6. Use Gradio to pull it all together
|
165 |
+
with gr.Blocks(css = """#col_container {width: 100%; margin-left: auto; margin-right: auto;} #chatbot {height: 400px; overflow: auto;}""") as demo:
|
166 |
gr.HTML(title)
|
167 |
with gr.Column(elem_id = "col_container"):
|
168 |
inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter")
|