Ali Abid commited on
Commit
f58db78
1 Parent(s): bae63fc
Files changed (1) hide show
  1. app.py +1 -1
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 {width: 1000px; margin-left: auto; margin-right: auto;}
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)