Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
23 |
outputs=["text", "number"],
|
24 |
layout="vertical",
|
25 |
live=True,
|
26 |
-
title="Get yes/
|
27 |
description="Predict if a statement is true or false."
|
28 |
)
|
29 |
|
|
|
23 |
outputs=["text", "number"],
|
24 |
layout="vertical",
|
25 |
live=True,
|
26 |
+
title="Get yes/no answer for your medical question",
|
27 |
description="Predict if a statement is true or false."
|
28 |
)
|
29 |
|