shigel commited on
Commit
9d753fe
1 Parent(s): 6fe1111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 1000px; 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"):
 
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"):