Spaces:
Sleeping
Sleeping
Commit
·
31325d7
1
Parent(s):
6c93f12
Fixed readme
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: ⚡
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: blue
|
|
@@ -8,7 +8,7 @@ sdk_version: 5.5.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
short_description: Assistant for
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: gwfastbot
|
| 3 |
emoji: ⚡
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: blue
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
short_description: Assistant for gwfast fisher matrix pipeline
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def handle_prompt(message, history):
|
|
| 40 |
if __name__ == "__main__":
|
| 41 |
|
| 42 |
# Predefined messages and examples
|
| 43 |
-
description = "AI powered assistant to help with [gwfast](https://github.com/CosmoStatGW/gwfast)
|
| 44 |
greetingsmessage = "Hi, I'm the gwfast Bot, I'm here to assist you with the fisher matrix pipeline."
|
| 45 |
example_questions = [
|
| 46 |
"How can I calculate the fisher matrix?",
|
|
|
|
| 40 |
if __name__ == "__main__":
|
| 41 |
|
| 42 |
# Predefined messages and examples
|
| 43 |
+
description = "AI powered assistant to help with [gwfast](https://github.com/CosmoStatGW/gwfast) fisher matrix pipeline."
|
| 44 |
greetingsmessage = "Hi, I'm the gwfast Bot, I'm here to assist you with the fisher matrix pipeline."
|
| 45 |
example_questions = [
|
| 46 |
"How can I calculate the fisher matrix?",
|