Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ additional_inputs=[
|
|
148 |
|
149 |
gr.ChatInterface(
|
150 |
fn=generate,
|
151 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
152 |
additional_inputs=additional_inputs,
|
153 |
title="""AI Dermatologist"""
|
154 |
).launch(show_api=False)
|
|
|
148 |
|
149 |
gr.ChatInterface(
|
150 |
fn=generate,
|
151 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
|
152 |
additional_inputs=additional_inputs,
|
153 |
title="""AI Dermatologist"""
|
154 |
).launch(show_api=False)
|