Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import streamlit as st
|
|
4 |
file_path = "BioinformaticsDashboardv0.0..Rmd" # Change this to the exact file name
|
5 |
|
6 |
# Provide a description or instructions
|
|
|
7 |
st.write("Click the button below to download the BioinformaticsDashboard! Currently in version 0 🧬")
|
8 |
|
9 |
# Button to download the file
|
|
|
4 |
file_path = "BioinformaticsDashboardv0.0..Rmd" # Change this to the exact file name
|
5 |
|
6 |
# Provide a description or instructions
|
7 |
+
st.title("Please make sure you have RStudio and R installed before doing this!")
|
8 |
st.write("Click the button below to download the BioinformaticsDashboard! Currently in version 0 🧬")
|
9 |
|
10 |
# Button to download the file
|