Phoenix21 commited on
Commit
ce9f68f
·
verified ·
1 Parent(s): 007b262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from pipeline import run_with_chain
3
- def ask_dailywellness(query: str) →> str:
4
  return run_with_chain (query)
5
  interface = gr. Interface (
6
  fn=ask_dailywellness,
 
1
  import gradio as gr
2
  from pipeline import run_with_chain
3
+ def ask_dailywellness(query: str) -> str:
4
  return run_with_chain (query)
5
  interface = gr. Interface (
6
  fn=ask_dailywellness,