Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import gradio
|
2 |
-
|
3 |
def chatbot(input_text):
|
4 |
if input_text.lower() == "hello":
|
5 |
return "Hello, how can i help you."
|
|
|
1 |
import gradio
|
|
|
2 |
def chatbot(input_text):
|
3 |
if input_text.lower() == "hello":
|
4 |
return "Hello, how can i help you."
|