TejAndrewsACC commited on
Commit
bc83945
·
verified ·
1 Parent(s): 6cdb2aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def chat_function(message, history):
28
 
29
  return "", history
30
 
31
- with gr.Blocks(theme=gr.themes.Glass()) as demo:
32
  chatbot = gr.Chatbot(label=None)
33
  msg = gr.Textbox(placeholder="Message Z3ta...", label=None)
34
 
 
28
 
29
  return "", history
30
 
31
+ with gr.Blocks(theme=gr.themes.Glass(), css=".gradio-container .gradio-input label, .gradio-container .gradio-output label { display: none; }") as demo:
32
  chatbot = gr.Chatbot(label=None)
33
  msg = gr.Textbox(placeholder="Message Z3ta...", label=None)
34