TheBobBob commited on
Commit
cf7935a
·
verified ·
1 Parent(s): 7151579

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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