abdullah-ghrabat commited on
Commit
15a8175
1 Parent(s): 9e339c2

changed emoji + placeholder

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Tmislit 97
3
- emoji: 😻
4
  colorFrom: indigo
5
- colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 3.19.1
8
  app_file: app.py
 
1
  ---
2
  title: Tmislit 97
3
+ emoji: 🤙
4
  colorFrom: indigo
5
+ colorTo: pink
6
  sdk: gradio
7
  sdk_version: 3.19.1
8
  app_file: app.py
app.py CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks() as demo:
232
  state = gr.State([])
233
 
234
  with gr.Row():
235
- txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
236
  txt.submit(process_input, [txt, state], [chatbot, state])
237
  txt.submit(lambda :"", None, txt)
238
 
 
232
  state = gr.State([])
233
 
234
  with gr.Row():
235
+ txt = gr.Textbox(show_label=False, placeholder="اكتب رسالتك هنا !").style(container=False)
236
  txt.submit(process_input, [txt, state], [chatbot, state])
237
  txt.submit(lambda :"", None, txt)
238