Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Aplikasi ini mendeteksi bintang menggunakan data Stellar Classification.
|
|
15 |
|
16 |
""")
|
17 |
|
18 |
-
url_dataset = f'<a href="
|
19 |
st.markdown(url_dataset, unsafe_allow_html=True)
|
20 |
|
21 |
def user_input_features() :
|
|
|
15 |
|
16 |
""")
|
17 |
|
18 |
+
url_dataset = f'<a href="star_classification.csv">Download Dataset CSV File</a>'
|
19 |
st.markdown(url_dataset, unsafe_allow_html=True)
|
20 |
|
21 |
def user_input_features() :
|