Frontened / README.md
lanna_lalala;-
Update readme
d836b37
---
title: Frontend
emoji: ๐Ÿš€
colorFrom: red
colorTo: red
sdk: streamlit
app_port: 8501
tags:
- streamlit
pinned: false
app_file: app.py
short_description: This is the frontend to a personal project
license: mit
sdk_version: 1.49.1
---
# FinED-Frontend
This was created to be a learning web platform for the Jamaican youth to understand financial literacy and numeracy
Instructions:
1. Always pull the latest changes, you can do this the normal way
2. Making changes
- Open a terminal (Git Bash is fine).
```bash
#Stage your changes
git add .
#Commit with a clear message
git commit -m "Describe what you changed"
#Push to GitHub
git push origin main
```
This is so you can see the changes in hugging face.
- When you open the frontend space in hugging space, go to files and open the readme
- When you click edit, change the sdk from docker to streamlit, then commit, then a prompt to upgrade streamlit will appear, click and then commit again
- Then you can go back to app tab, and wait for it to build.
-