Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: Askveracity
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.44.1
|
8 |
app_file: app.py
|
@@ -178,6 +178,17 @@ For optimal results with AskVeracity:
|
|
178 |
- Phrase claims as direct statements rather than questions
|
179 |
- Be specific about who said what, when relevant
|
180 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
## License
|
182 |
|
183 |
This project is licensed under the [MIT License](./LICENSE), allowing free use, modification, and distribution with proper attribution.
|
|
|
1 |
---
|
2 |
title: Askveracity
|
3 |
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: pink
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.44.1
|
8 |
app_file: app.py
|
|
|
178 |
- Phrase claims as direct statements rather than questions
|
179 |
- Be specific about who said what, when relevant
|
180 |
|
181 |
+
## Development Notes
|
182 |
+
|
183 |
+
### UI Differences Between Environments
|
184 |
+
|
185 |
+
When developing locally versus deploying to Hugging Face Spaces, you may notice visual differences in certain UI elements:
|
186 |
+
|
187 |
+
- **Button styling**: Buttons may appear in different colors (blue/purple locally vs. coral/orange on HF Spaces)
|
188 |
+
- This is due to Hugging Face Spaces applying its own theme based on the `colorFrom` and `colorTo` values in the configuration
|
189 |
+
|
190 |
+
These differences are cosmetic only and don't affect functionality. We've chosen to maintain the default Hugging Face styling for the deployed version.
|
191 |
+
|
192 |
## License
|
193 |
|
194 |
This project is licensed under the [MIT License](./LICENSE), allowing free use, modification, and distribution with proper attribution.
|