Spaces:
Running
Running
Commit
·
2970a90
1
Parent(s):
32b8908
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,10 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
|
14 |
|
15 |
with gr.Row(scale=1, equal_height=True):
|
16 |
|
17 |
-
with gr.Column(scale=
|
18 |
-
chatbot = gr.Chatbot(label="Aira").style(height=
|
19 |
|
20 |
-
with gr.Column(scale=
|
21 |
|
22 |
with gr.Tab(label="Parameters ⚙️"):
|
23 |
top_k = gr.Slider( minimum=10, maximum=100, value=50, step=5, interactive=True, label="Top-k",)
|
|
|
14 |
|
15 |
with gr.Row(scale=1, equal_height=True):
|
16 |
|
17 |
+
with gr.Column(scale=5):
|
18 |
+
chatbot = gr.Chatbot(label="Aira").style(height=300)
|
19 |
|
20 |
+
with gr.Column(scale=2):
|
21 |
|
22 |
with gr.Tab(label="Parameters ⚙️"):
|
23 |
top_k = gr.Slider( minimum=10, maximum=100, value=50, step=5, interactive=True, label="Top-k",)
|