| # << CodeLumia>> | |
| ## CodeLumia File Tree | |
| ``` | |
| CodeLumia/ | |
| app.py | |
| README.md | |
| docs/ | |
| SourceSageDocs.md | |
| ``` | |
| ## app.py | |
| ```python | |
| # sample code | |
| import streamlit as st | |
| x = st.slider('Select a value') | |
| st.write(x, 'squared is', x * x) | |
| ``` | |
| ## README.md | |
| ```markdown | |
| --- | |
| title: CodeLumia | |
| emoji: 📚 | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: streamlit | |
| sdk_version: 1.33.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| --- | |
| <p align="center"> | |
| <img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/CodeLumia/main/docs/CodeLumia_icon.png" width="50%"> | |
| <br> | |
| <h1 align="center">CodeLumia</h1> | |
| <h3 align="center"> | |
| ~Learn to Code, Step by Step~ | |
| [](https://huggingface.co/spaces/MakiAi/CodeLumia)[](https://github.com/Sunwood-ai-labs/CodeLumia)[](https://github.com/Sunwood-ai-labs/CodeLumia)[](https://github.com/Sunwood-ai-labs/CodeLumia) | |
| </h3> | |
| </p> | |
| ``` | |
| ## docs/SourceSageDocs.md | |
| ```markdown | |
| # SourceSageDocs | |
| ```bash | |
| sourcesage --repository CodeLumia --owner Sunwood-ai-labs | |
| ``` | |
| ``` | |