Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OMGToFo authored Nov 29, 2024
1 parent c5e150b commit 28e826b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
st.title("SPSS File Viewer")
st.info("Here you can view SPSS-Files with/without labels and also export them to Excel and do some basic statistical testing and tabulation")
st.markdown('''
Unfortunatlely this app crashes kinda often, due to data usage limits.
It's better to run this app locally on your computer. Follow these steps:
Clone the repository to your local machine.
Install the required dependencies by running the command pip install -r requirements.txt.
Unfortunatlely this app crashes kinda often, due to data usage limits.
It's better to run this app locally on your computer. Just follow these steps:
Clone the repository to your local machine.
Install the required dependencies by running the command pip install -r requirements.txt.
Run the app by typing streamlit run app.py in your terminal''')

col_names_labels_df = pd.DataFrame()
Expand Down

0 comments on commit 28e826b

Please sign in to comment.