Spaces:
Build error
Build error
| title: Math Roots | |
| emoji: ๐งฎ | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| license: mit | |
| tags: | |
| - streamlit | |
| - math-genealogy | |
| - webapp | |
| # ๐ Math Roots: Math Genealogy Tree Explorer | |
| A simple Streamlit app to explore your mathematical genealogy tree using your Math Genealogy Project ID. | |
| ## ๐ Features | |
| - ๐งโ๐ Enter your Math Genealogy Project ID to trace your academic "ancestors" | |
| - ๐ณ Interactive, web-based interface powered by [Streamlit](https://streamlit.io/) | |
| ## ๐ Usage | |
| 1. Install dependencies: | |
| ```bash | |
| pip install streamlit | |
| ``` | |
| 2. Run the app: | |
| ```bash | |
| streamlit run app.py | |
| ``` | |
| 3. Open the provided local URL in your browser. | |
| ## ๐ Model Card | |
| **Library:** Streamlit | |
| **App Entry Point:** `app.py` | |
| **Tags:** math-genealogy, streamlit, webapp | |
| ## ๐ License | |
| MIT | |