Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import gradio as gr
|
3 |
|
4 |
def hephaestus_response(user_input):
|
5 |
-
return f
|
6 |
|
7 |
iface = gr.Interface(
|
8 |
fn=hephaestus_response,
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
def hephaestus_response(user_input):
|
5 |
+
return f"Hephaestus AI response to: We can give you idea about {user_input}"
|
6 |
|
7 |
iface = gr.Interface(
|
8 |
fn=hephaestus_response,
|