MiladMola commited on
Commit
d6dac2d
1 Parent(s): c303911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ PLACEHOLDER = """
145
  demo = gr.ChatInterface(
146
  respond,
147
  additional_inputs=[
148
- gr.Textbox(value="You are a helpful Persian assistant. Please answer questions in the asked language.", label="System message", rtl=False),
149
  gr.Slider(minimum=0.1, maximum=4.0, value=0.1, step=0.1, label="Temperature"),
150
  gr.Slider(
151
  minimum=0.1,
 
145
  demo = gr.ChatInterface(
146
  respond,
147
  additional_inputs=[
148
+ gr.Textbox(value="", label="System message", rtl=False),
149
  gr.Slider(minimum=0.1, maximum=4.0, value=0.1, step=0.1, label="Temperature"),
150
  gr.Slider(
151
  minimum=0.1,