Spaces:
Running
Running
Commit
·
d88bd50
1
Parent(s):
49093fb
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ loaded = st.success('All Models and Dependencies Loaded!')
|
|
101 |
|
102 |
st.markdown("Input a rare disease term or GARD ID.")
|
103 |
|
104 |
-
disease_or_gard_id = st.text_input(
|
105 |
|
106 |
loaded.empty()
|
107 |
|
|
|
101 |
|
102 |
st.markdown("Input a rare disease term or GARD ID.")
|
103 |
|
104 |
+
disease_or_gard_id = st.text_input()
|
105 |
|
106 |
loaded.empty()
|
107 |
|