Socrates101 commited on
Commit
3cb1b83
·
verified ·
1 Parent(s): 509d317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
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,
 
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,