Spaces:
Runtime error
Runtime error
Remove 1000px width of app
#4
by
aliabid94
HF Staff
- opened
app.py
CHANGED
|
@@ -105,7 +105,7 @@ In this app, you can explore the outputs of multiple LLMs when prompted in this
|
|
| 105 |
"""
|
| 106 |
|
| 107 |
with gr.Blocks(
|
| 108 |
-
css="""#col_container {
|
| 109 |
#chatbot {height: 520px; overflow: auto;}"""
|
| 110 |
) as demo:
|
| 111 |
gr.HTML(title)
|
|
|
|
| 105 |
"""
|
| 106 |
|
| 107 |
with gr.Blocks(
|
| 108 |
+
css="""#col_container {margin-left: auto; margin-right: auto;}
|
| 109 |
#chatbot {height: 520px; overflow: auto;}"""
|
| 110 |
) as demo:
|
| 111 |
gr.HTML(title)
|