Spaces:
Sleeping
Sleeping
commit
Browse files- app.py +4 -1
- ~BROMIUM/app.py +0 -0
app.py
CHANGED
@@ -154,7 +154,10 @@ st.markdown(
|
|
154 |
)
|
155 |
|
156 |
|
157 |
-
cobie_file_button = st.text_input(
|
|
|
|
|
|
|
158 |
|
159 |
# In[ ]:
|
160 |
|
|
|
154 |
)
|
155 |
|
156 |
|
157 |
+
cobie_file_button = st.text_input(
|
158 |
+
"Dropbox link to spreadsheet file",
|
159 |
+
key="cobie_file_button"
|
160 |
+
)
|
161 |
|
162 |
# In[ ]:
|
163 |
|
~BROMIUM/app.py
ADDED
Binary file (426 Bytes). View file
|
|