Spaces:
Running
Running
13/02/2025
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ with gr.Blocks() as demo:
|
|
| 214 |
with gr.Sidebar():
|
| 215 |
gr.Markdown("# DEMO")
|
| 216 |
gr.Image("images/Logo_AB.png")
|
| 217 |
-
gr.Markdown("Contact: [email protected] [email protected]
|
| 218 |
gr.Markdown("## Configuraci贸n del Modelo")
|
| 219 |
model_option = gr.Dropdown(MODEL_LIST, label="Choose OpenAI model", value='gpt-4o-mini')
|
| 220 |
|
|
|
|
| 214 |
with gr.Sidebar():
|
| 215 |
gr.Markdown("# DEMO")
|
| 216 |
gr.Image("images/Logo_AB.png")
|
| 217 |
+
gr.Markdown("Contact: [email protected] [email protected]")
|
| 218 |
gr.Markdown("## Configuraci贸n del Modelo")
|
| 219 |
model_option = gr.Dropdown(MODEL_LIST, label="Choose OpenAI model", value='gpt-4o-mini')
|
| 220 |
|