rwayz commited on
Commit
4804662
·
verified ·
1 Parent(s): c2e0918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def chatbot_response(user_input, model_name):
52
 
53
  return response
54
 
55
- with gr.Blocks(theme=gr.themes.Soft(), css=".container { max-width: 900px; margin: auto; }") as demo:
56
  with gr.Row():
57
  with gr.Column(scale=1):
58
  gr.Markdown("## ⚙️ Configurações")
 
52
 
53
  return response
54
 
55
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
56
  with gr.Row():
57
  with gr.Column(scale=1):
58
  gr.Markdown("## ⚙️ Configurações")