Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,15 +78,23 @@ with gr.Blocks() as demo:
|
|
| 78 |
"""
|
| 79 |
)
|
| 80 |
|
| 81 |
-
with gr.Row(scale=8):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
with gr.Box():
|
| 83 |
with gr.Row():
|
| 84 |
chatbot = gr.Chatbot(
|
| 85 |
avatar_images=("π§", "π€"),
|
| 86 |
height=550,
|
| 87 |
)
|
| 88 |
-
|
| 89 |
-
with gr.Row():
|
| 90 |
with gr.Column(scale=4):
|
| 91 |
# Creating a column with a scale of 6
|
| 92 |
with gr.Box():
|
|
|
|
| 78 |
"""
|
| 79 |
)
|
| 80 |
|
| 81 |
+
# with gr.Row(scale=8):
|
| 82 |
+
# with gr.Box():
|
| 83 |
+
# with gr.Row():
|
| 84 |
+
# chatbot = gr.Chatbot(
|
| 85 |
+
# avatar_images=("π§", "π€"),
|
| 86 |
+
# height=550,
|
| 87 |
+
# )
|
| 88 |
+
|
| 89 |
+
with gr.Row():
|
| 90 |
+
|
| 91 |
with gr.Box():
|
| 92 |
with gr.Row():
|
| 93 |
chatbot = gr.Chatbot(
|
| 94 |
avatar_images=("π§", "π€"),
|
| 95 |
height=550,
|
| 96 |
)
|
| 97 |
+
|
|
|
|
| 98 |
with gr.Column(scale=4):
|
| 99 |
# Creating a column with a scale of 6
|
| 100 |
with gr.Box():
|