Spaces:
Sleeping
Sleeping
vtrv.vls
commited on
Commit
·
00b9214
1
Parent(s):
0b24b94
SBS theme
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ def tab_offline_arena():
|
|
241 |
with gradio.Row():
|
242 |
with gradio.Column():
|
243 |
pass
|
244 |
-
with gradio.Column(scale=
|
245 |
chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
|
246 |
with gradio.Column():
|
247 |
pass
|
|
|
241 |
with gradio.Row():
|
242 |
with gradio.Column():
|
243 |
pass
|
244 |
+
with gradio.Column(scale=0.8):
|
245 |
chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
|
246 |
with gradio.Column():
|
247 |
pass
|