mkoot007 commited on
Commit
085ccd2
Β·
1 Parent(s): eb83838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ iface = gr.Interface(
14
  fn=chat_with_model,
15
  inputs=gr.Textbox(prompt="You:"),
16
  outputs=gr.Textbox(prompt="Bot:"),
17
- title="Hello Mate!! 😁" # Add the title here
18
  )
19
 
20
  iface.launch()
 
14
  fn=chat_with_model,
15
  inputs=gr.Textbox(prompt="You:"),
16
  outputs=gr.Textbox(prompt="Bot:"),
17
+ title="Hello Mate!! 😁"
18
  )
19
 
20
  iface.launch()