Spaces:
Running
Running
Update app.py
Browse files
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()
|
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")
|