YashGb commited on
Commit
03be0c9
·
1 Parent(s): 0a99402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,5 +6,5 @@ def prompt(input):
6
 
7
  prob = gr.Textbox(label="Argument")
8
  book = gr.Textbox(label="Response")
9
- iface = gr.Interface(fn=prompt, inputs=prob, outputs=book,title="Let Me help you Bro : )", description="Did you get stuck in conversation like your step-../%$#")
10
  iface.launch()
 
6
 
7
  prob = gr.Textbox(label="Argument")
8
  book = gr.Textbox(label="Response")
9
+ iface = gr.Interface(fn=prompt, inputs=prob, outputs=book,title="Let Me help you Bro : )", description="This will help.")
10
  iface.launch()