Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def main(prob1):
|
|
100 |
return obj[0],obj[1],obj[2]
|
101 |
|
102 |
title = "Welcome to **communicADR** 📈"
|
103 |
-
description1 = """This app takes user inputs and predicts adverse
|
104 |
|
105 |
with gr.Blocks(title=title) as demo:
|
106 |
gr.Markdown(f"## {title}")
|
|
|
100 |
return obj[0],obj[1],obj[2]
|
101 |
|
102 |
title = "Welcome to **communicADR** 📈"
|
103 |
+
description1 = """This app takes user inputs and predicts adverse reactions to medications. Please do NOT use for medical diagnosis."""
|
104 |
|
105 |
with gr.Blocks(title=title) as demo:
|
106 |
gr.Markdown(f"## {title}")
|