File size: 1,026 Bytes
f490f18 d836b37 f490f18 6d38b95 f490f18 d836b37 f490f18 6d38b95 f490f18 6d38b95 f490f18 6d38b95 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
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.
-
|