YashGb commited on
Commit
225c399
·
1 Parent(s): 81ea4dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from help_me_talk import helpTalk
3
 
4
  def prompt(input):
5
- return helpTalk(input)
6
 
7
  prob = gr.Textbox(label="Argument")
8
  book = gr.Textbox(label="Response")
 
2
  from help_me_talk import helpTalk
3
 
4
  def prompt(input):
5
+ return helpTalk(input)
6
 
7
  prob = gr.Textbox(label="Argument")
8
  book = gr.Textbox(label="Response")