carolanderson commited on
Commit
2adecde
Β·
1 Parent(s): bc53ae0

update config

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +5 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: U.S. Government Use of AI
3
  emoji: πŸ“ˆ
4
  colorFrom: gray
5
  colorTo: green
 
1
  ---
2
+ title: U.S. Government Use of AI (Panel version, not mobile-friendly)
3
  emoji: πŸ“ˆ
4
  colorFrom: gray
5
  colorTo: green
app.py CHANGED
@@ -279,14 +279,16 @@ search_card = pn.Card(
279
  )
280
 
281
  main_text = """
282
- The data visualized here come from a report by Anna Blue, a Social Impact Fellow
283
- at the Responsible AI Institute. The report was released in May 2023. Some agencies have
284
- released updated inventories since then, which are not reflected here.
285
 
286
  Anna's report consolidated data released by individual government agencies in compliance with
287
  Executive Order 13960, which requires federal agencies to produce an inventory of their AI usage.
288
  See her [blog post](https://www.responsible.ai/post/federal-government-ai-use-cases) for additional details,
289
  including links to the original data sources.
 
 
290
  """
291
 
292
 
 
279
  )
280
 
281
  main_text = """
282
+ The data visualized here come from a report by Anna Blue, a 2023 Social Impact Fellow
283
+ at the [Responsible AI Institute](https://www.responsible.ai). The report was released in May 2023. Some agencies have
284
+ released updated inventories since then, which are not reflected here.
285
 
286
  Anna's report consolidated data released by individual government agencies in compliance with
287
  Executive Order 13960, which requires federal agencies to produce an inventory of their AI usage.
288
  See her [blog post](https://www.responsible.ai/post/federal-government-ai-use-cases) for additional details,
289
  including links to the original data sources.
290
+
291
+ This dashboard was created with python libray Panel, and isn't mobile-friendly. For a more mobile-friendly version, see the [one I created with Streamlit](https://huggingface.co/spaces/carolanderson/us_government_ai).
292
  """
293
 
294