thliang01 commited on
Commit
04854ba
1 Parent(s): 8e7da8f

chore: remove PLACEHOLDER

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def chat_taide_8b(message: str,
75
 
76
 
77
  # Gradio block
78
- chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
79
 
80
  with gr.Blocks(fill_height=True, css=css) as demo:
81
 
 
75
 
76
 
77
  # Gradio block
78
+ chatbot=gr.Chatbot(height=450, label='Gradio ChatInterface')
79
 
80
  with gr.Blocks(fill_height=True, css=css) as demo:
81