TejAndrewsACC commited on
Commit
58eb2c6
·
verified ·
1 Parent(s): 0caaefe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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;