Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ Assistant: <utterance>
|
|
125 |
In this app, you can explore the outputs of a gpt-3.5-turbo LLM.
|
126 |
"""
|
127 |
|
128 |
-
with gr.Blocks(css = """#col_container {width:
|
129 |
#chatbot {height: 520px; overflow: auto;}""") as demo:
|
130 |
gr.HTML(title)
|
131 |
with gr.Column(elem_id = "col_container"):
|
|
|
125 |
In this app, you can explore the outputs of a gpt-3.5-turbo LLM.
|
126 |
"""
|
127 |
|
128 |
+
with gr.Blocks(css = """#col_container {width: 90%; margin-left: auto; margin-right: auto;}
|
129 |
#chatbot {height: 520px; overflow: auto;}""") as demo:
|
130 |
gr.HTML(title)
|
131 |
with gr.Column(elem_id = "col_container"):
|