Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -375,11 +375,10 @@ examples =[
|
|
375 |
|
376 |
gr.ChatInterface(
|
377 |
fn=run,
|
378 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=
|
379 |
title="Mixtral 46.7B Powered <br> Search",
|
380 |
examples=examples,
|
381 |
concurrency_limit=20,
|
382 |
-
css="height:600px;"
|
383 |
).launch()
|
384 |
'''
|
385 |
with gr.Blocks() as app:
|
|
|
375 |
|
376 |
gr.ChatInterface(
|
377 |
fn=run,
|
378 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),
|
379 |
title="Mixtral 46.7B Powered <br> Search",
|
380 |
examples=examples,
|
381 |
concurrency_limit=20,
|
|
|
382 |
).launch()
|
383 |
'''
|
384 |
with gr.Blocks() as app:
|