adrpdeveloper commited on
Commit
9873a98
·
verified ·
1 Parent(s): 6cfae51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ def chat_with_bot(bot_personality, user_input):
43
  iface = gr.Interface(
44
  fn=chat_with_bot,
45
  inputs=[
46
- gr.inputs.Dropdown(["köməkçi", "dostcasına", "ciddi"], label="Bot Şəxsiyyəti"), # Personality options
47
- gr.inputs.Textbox(lines=2, placeholder="Sualınızı bura yazın...", label="İstifadəçi Girişi"), # User input
48
  ],
49
  outputs="text", # Bot response output
50
  title="Azərbaycanca Söhbət Botu", # Interface title
 
43
  iface = gr.Interface(
44
  fn=chat_with_bot,
45
  inputs=[
46
+ gr.Dropdown(["köməkçi", "dostcasına", "ciddi"], label="Bot Şəxsiyyəti"), # Personality options
47
+ gr.Textbox(lines=2, placeholder="Sualınızı bura yazın...", label="İstifadəçi Girişi"), # User input
48
  ],
49
  outputs="text", # Bot response output
50
  title="Azərbaycanca Söhbət Botu", # Interface title