ysharma HF staff commited on
Commit
20cd230
1 Parent(s): 98ab9b0

updated chatbot width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ In this app, you can explore the outputs of a gpt-4 LLM.
106
 
107
  theme = gr.themes.Default(primary_hue="green")
108
 
109
- with gr.Blocks(css = """#col_container {width: 1000px; margin-left: auto; margin-right: auto;}
110
  #chatbot {height: 520px; overflow: auto;}""",
111
  theme=theme) as demo:
112
  gr.HTML(title)
 
106
 
107
  theme = gr.themes.Default(primary_hue="green")
108
 
109
+ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
110
  #chatbot {height: 520px; overflow: auto;}""",
111
  theme=theme) as demo:
112
  gr.HTML(title)