Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -369,7 +369,7 @@ examples =[
|
|
369 |
|
370 |
gr.ChatInterface(
|
371 |
fn=run,
|
372 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True,
|
373 |
title="Mixtral 46.7B Powered <br> Search",
|
374 |
examples=examples,
|
375 |
concurrency_limit=20,
|
|
|
369 |
|
370 |
gr.ChatInterface(
|
371 |
fn=run,
|
372 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
373 |
title="Mixtral 46.7B Powered <br> Search",
|
374 |
examples=examples,
|
375 |
concurrency_limit=20,
|