Spaces:
Running
Running
added content to welcome message in app
Browse files
app.py
CHANGED
@@ -157,6 +157,16 @@ Feel free to ask about any food or nutrient details, and we'll provide the most
|
|
157 |
|
158 |
---
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
"""
|
161 |
msg = cl.Message(content=welcome_message)
|
162 |
await msg.send()
|
|
|
157 |
|
158 |
---
|
159 |
|
160 |
+
### Additional Resources
|
161 |
+
|
162 |
+
The dataset powering this application is available on Hugging Face Datasets [here](https://huggingface.co/datasets/jacktol/usda_branded_food_data).
|
163 |
+
|
164 |
+
To learn more about how this dataset and the USDA Food Assistant were created, check out the blog post [here](https://jacktol.net/posts/building_a_data_pipeline_for_usda_fooddata_central/).
|
165 |
+
|
166 |
+
The full code for the data pipeline and the assistant can be found on GitHub [here](https://github.com/jack-tol/usda-food-assistant).
|
167 |
+
|
168 |
+
---
|
169 |
+
|
170 |
"""
|
171 |
msg = cl.Message(content=welcome_message)
|
172 |
await msg.send()
|