Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1156,7 +1156,7 @@ def create_jain_interface():
|
|
1156 |
system_status = gr.Markdown(
|
1157 |
value=get_system_status(),
|
1158 |
label="π μ μΈ μμ€ν
μν",
|
1159 |
-
container=True
|
1160 |
)
|
1161 |
|
1162 |
with gr.Row():
|
@@ -1194,7 +1194,7 @@ def create_jain_interface():
|
|
1194 |
container=True,
|
1195 |
bubble_full_width=False,
|
1196 |
avatar_images=("π§βπΌ", "π"),
|
1197 |
-
show_copy_button=True
|
1198 |
)
|
1199 |
|
1200 |
with gr.Row():
|
@@ -1204,8 +1204,8 @@ def create_jain_interface():
|
|
1204 |
lines=4,
|
1205 |
max_lines=10,
|
1206 |
scale=4,
|
1207 |
-
container=True
|
1208 |
-
interactive=True
|
1209 |
)
|
1210 |
|
1211 |
with gr.Column(scale=1, min_width=100):
|
|
|
1156 |
system_status = gr.Markdown(
|
1157 |
value=get_system_status(),
|
1158 |
label="π μ μΈ μμ€ν
μν",
|
1159 |
+
container=True,
|
1160 |
)
|
1161 |
|
1162 |
with gr.Row():
|
|
|
1194 |
container=True,
|
1195 |
bubble_full_width=False,
|
1196 |
avatar_images=("π§βπΌ", "π"),
|
1197 |
+
show_copy_button=True,
|
1198 |
)
|
1199 |
|
1200 |
with gr.Row():
|
|
|
1204 |
lines=4,
|
1205 |
max_lines=10,
|
1206 |
scale=4,
|
1207 |
+
container=True,
|
1208 |
+
interactive=True,
|
1209 |
)
|
1210 |
|
1211 |
with gr.Column(scale=1, min_width=100):
|