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