Spaces:
Sleeping
Sleeping
gera commited on
Commit ·
fed8b6a
1
Parent(s): 278b485
no api an verticall fill
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ with gr.Blocks(
|
|
| 146 |
|
| 147 |
gr.ChatInterface(
|
| 148 |
chat,
|
| 149 |
-
chatbot=gr.Chatbot(show_label=False, render=False, layout = "panel"),
|
| 150 |
additional_inputs=[state, long_or_short],
|
| 151 |
examples=[
|
| 152 |
["Qué diferencias hay entre el cuerpo y el Alma?"],
|
|
@@ -167,4 +167,5 @@ with gr.Blocks(
|
|
| 167 |
|
| 168 |
demo.launch(
|
| 169 |
height=700,
|
|
|
|
| 170 |
allowed_paths=["."])
|
|
|
|
| 146 |
|
| 147 |
gr.ChatInterface(
|
| 148 |
chat,
|
| 149 |
+
chatbot=gr.Chatbot(show_label=False, render=False, layout = "panel", scale=1),
|
| 150 |
additional_inputs=[state, long_or_short],
|
| 151 |
examples=[
|
| 152 |
["Qué diferencias hay entre el cuerpo y el Alma?"],
|
|
|
|
| 167 |
|
| 168 |
demo.launch(
|
| 169 |
height=700,
|
| 170 |
+
show_api=False,
|
| 171 |
allowed_paths=["."])
|