Phoenix21 commited on
Commit
7b66691
·
verified ·
1 Parent(s): 34d41e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def ask_HealthyAIExpert(query: str) -> str:
5
  return run_with_chain(query)
6
 
7
  interface = gr.Interface(
8
- fn=ask_dailywellness,
9
  inputs=gr.Textbox(lines=2, label="Ask Healthy AI Expert"),
10
  outputs=gr.Textbox(label="Healthy AI Expert Answer"),
11
  title="Healthy AI Expert",
 
5
  return run_with_chain(query)
6
 
7
  interface = gr.Interface(
8
+ fn=ask_HealthyAIExpert,
9
  inputs=gr.Textbox(lines=2, label="Ask Healthy AI Expert"),
10
  outputs=gr.Textbox(label="Healthy AI Expert Answer"),
11
  title="Healthy AI Expert",