nehalelkaref commited on
Commit
d1446ae
1 Parent(s): 07da885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,6 @@ my_english_buddy = english_buddy()
25
 
26
  iface = gr.Interface(fn=my_english_buddy, inputs="textbox", outputs="text",
27
  clear_btn="Clear", theme="gradio/monochrome",
28
- title="Input Message to ChatGPT3.5 and start practising your English!",)
29
 
30
  iface.launch(show_api=False)
 
25
 
26
  iface = gr.Interface(fn=my_english_buddy, inputs="textbox", outputs="text",
27
  clear_btn="Clear", theme="gradio/monochrome",
28
+ title="Chat with Tom and practice your English!",)
29
 
30
  iface.launch(show_api=False)