ankanghosh commited on
Commit
685f9b5
Β·
verified Β·
1 Parent(s): 59fdc19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Askveracity
3
  emoji: πŸ“‰
4
- colorFrom: indigo
5
- colorTo: indigo
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.