Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,6 @@ h1 {
|
|
41 |
border-radius: 100vh;
|
42 |
}
|
43 |
|
44 |
-
.gradio-container{max-width: 560px !important}
|
45 |
-
|
46 |
footer {
|
47 |
visibility: hidden
|
48 |
}
|
@@ -104,7 +102,7 @@ def chat_openchat_36(message: str,
|
|
104 |
|
105 |
|
106 |
# Gradio block
|
107 |
-
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, show_label=False)
|
108 |
|
109 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
110 |
|
|
|
41 |
border-radius: 100vh;
|
42 |
}
|
43 |
|
|
|
|
|
44 |
footer {
|
45 |
visibility: hidden
|
46 |
}
|
|
|
102 |
|
103 |
|
104 |
# Gradio block
|
105 |
+
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, show_label=False, layout="panel", avatars=(None, "bot.png"))
|
106 |
|
107 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
108 |
|