Shaltiel commited on
Commit
e3dda4d
โ€ข
1 Parent(s): b08fdd4

Fixed placeholer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
56
  gr.Markdown("""<center><font size=8>DictaLM2.0-Instruct Chat Demo</center>""")
57
 
58
  chatbot = gr.Chatbot(label='dicta-il/dictalm2.0-instruct', rtl=True)
59
- textbox = gr.Textbox(lines=2, label='Input')
60
 
61
  with gr.Row():
62
  clear_history = gr.Button("๐Ÿงน Clear history")
 
56
  gr.Markdown("""<center><font size=8>DictaLM2.0-Instruct Chat Demo</center>""")
57
 
58
  chatbot = gr.Chatbot(label='dicta-il/dictalm2.0-instruct', rtl=True)
59
+ textbox = gr.Textbox(placeholder="ื”ื›ื ืก ืฉืืœื” ื‘ืขื‘ืจื™ืช (ืื• ื‘ืื ื’ืœื™ืช!)", label='Input', rtl=True)
60
 
61
  with gr.Row():
62
  clear_history = gr.Button("๐Ÿงน Clear history")