Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
title: Schema Study
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: gray
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: gpl-3.0
|
|
@@ -44,49 +44,7 @@ Schema Study enhances the learning experience by:
|
|
| 44 |
|
| 45 |
### For Instructors
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
```bash
|
| 50 |
-
git clone https://github.com/keefereuther/schema_study.git
|
| 51 |
-
cd schema_study
|
| 52 |
-
```
|
| 53 |
-
|
| 54 |
-
2. **Install the Required Packages:**
|
| 55 |
-
|
| 56 |
-
```bash
|
| 57 |
-
pip install -r requirements.txt
|
| 58 |
-
```
|
| 59 |
-
|
| 60 |
-
3. **Set Up Your Configuration:**
|
| 61 |
-
|
| 62 |
-
Update the `config.py` file with your desired settings.
|
| 63 |
-
|
| 64 |
-
4. **Create a '.streamlit/secrets.toml' file and directory.**
|
| 65 |
-
|
| 66 |
-
Add your OpenAI API key and the app password:
|
| 67 |
-
|
| 68 |
-
```toml
|
| 69 |
-
[general]
|
| 70 |
-
OPENAI_API_KEY = "your-openai-api-key"
|
| 71 |
-
password = "your-app-password"
|
| 72 |
-
```
|
| 73 |
-
|
| 74 |
-
5. **Run the App:**
|
| 75 |
-
|
| 76 |
-
```bash
|
| 77 |
-
streamlit run app.py
|
| 78 |
-
```
|
| 79 |
-
|
| 80 |
-
## Configuration
|
| 81 |
-
|
| 82 |
-
The `config.py` file contains customizable settings for the app. Key settings include:
|
| 83 |
-
|
| 84 |
-
- `app_title`: The title of the app.
|
| 85 |
-
- `app_author`: Author information.
|
| 86 |
-
- `instructions`: Instructions for using the app.
|
| 87 |
-
- `sidebar_title`: Title for the sidebar section.
|
| 88 |
-
- `default_terms_csv`: Default CSV file for terms.
|
| 89 |
-
- AI model settings like `ai_model`, `temperature`, `max_tokens`, `frequency_penalty`, and `presence_penalty`.
|
| 90 |
|
| 91 |
## Contributing
|
| 92 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Schema Study Template
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: gray
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.45.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: gpl-3.0
|
|
|
|
| 44 |
|
| 45 |
### For Instructors
|
| 46 |
|
| 47 |
+
Please email Keefe Reuther (kdreuther@ucsd.edu) for installation and customization instructions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
## Contributing
|
| 50 |
|