Spaces:
Runtime error
Runtime error
aiwithankit
commited on
Commit
·
25876af
1
Parent(s):
14df1c4
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ message = "hi hello world"
|
|
2 |
|
3 |
import gradio as gr
|
4 |
def random_response(message, history):
|
5 |
-
return message
|
6 |
|
7 |
demo = gr.ChatInterface(random_response)
|
8 |
if __name__ == "__main__":
|
|
|
2 |
|
3 |
import gradio as gr
|
4 |
def random_response(message, history):
|
5 |
+
return message + "heya"
|
6 |
|
7 |
demo = gr.ChatInterface(random_response)
|
8 |
if __name__ == "__main__":
|