aliss77777 commited on
Commit
2c9b70a
1 Parent(s): 21804d2

Adding YAML block

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This chainlit app will use an [OpenAI Assistant](https://platform.openai.com/docs/assistants/overview) and the amazing [Probable futures](https://probablefutures.org/) API to provide
2
  climate change information for a location, and provide some helpful resources for how to prepare.
3
 
 
1
+ ---
2
+ title: {{Scenes From Tomorrow}}
3
+ emoji: {{🏞️}}
4
+ colorFrom: {{blue}}
5
+ colorTo: {{green}}
6
+ sdk: {{docker}}
7
+ sdk_version: {{3.9.10}}
8
+ suggested_hardware: {{t4-medium}}
9
+ short_description: {{"LLM-agent powered app to help people see the future impact of climate change on their location, and take action"}}
10
+ app_file: app.py
11
+ pinned: false
12
+ ---
13
+
14
  This chainlit app will use an [OpenAI Assistant](https://platform.openai.com/docs/assistants/overview) and the amazing [Probable futures](https://probablefutures.org/) API to provide
15
  climate change information for a location, and provide some helpful resources for how to prepare.
16