Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate_answer(user_input):
|
|
48 |
|
49 |
# Create a Gradio interface
|
50 |
iface = gr.Interface(
|
51 |
-
fn=
|
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",
|