GSridhar1982 commited on
Commit
26272b1
·
verified ·
1 Parent(s): 5c0f95c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def generate_answer(user_input):
48
 
49
  # Create a Gradio interface
50
  iface = gr.Interface(
51
- fn=generate_text,
52
  inputs="textbox",
53
  outputs="text",
54
  title="AIML Q&A Chatbot",
 
48
 
49
  # Create a Gradio interface
50
  iface = gr.Interface(
51
+ fn=generate_answer,
52
  inputs="textbox",
53
  outputs="text",
54
  title="AIML Q&A Chatbot",