Spaces:
Running
Running
Update app.py
Browse files
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=
|
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",
|