Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,10 @@ def chat_function(message, history):
|
|
29 |
return "", history
|
30 |
|
31 |
with gr.Blocks(theme=gr.themes.Glass(), css="""
|
|
|
|
|
|
|
|
|
32 |
.gradio-chatbot .message.user {
|
33 |
background-color: #e1f7d5;
|
34 |
border-radius: 10px;
|
|
|
29 |
return "", history
|
30 |
|
31 |
with gr.Blocks(theme=gr.themes.Glass(), css="""
|
32 |
+
.gradio-container .gradio-input label, .gradio-container .gradio-output label {
|
33 |
+
display: none;
|
34 |
+
}
|
35 |
+
|
36 |
.gradio-chatbot .message.user {
|
37 |
background-color: #e1f7d5;
|
38 |
border-radius: 10px;
|