im commited on
Commit ·
6ec8fe5
1
Parent(s): 901c6a4
change hugging face emoji and color
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Socratiq
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
-
colorTo:
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.26.0
|
| 8 |
app_file: app.py
|
|
|
|
| 1 |
---
|
| 2 |
title: Socratiq
|
| 3 |
+
emoji: 🎭
|
| 4 |
colorFrom: gray
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.26.0
|
| 8 |
app_file: app.py
|
app.py
CHANGED
|
@@ -212,4 +212,5 @@ if __name__ == "__main__":
|
|
| 212 |
|
| 213 |
|
| 214 |
# TODO: publish/access dialog debug logs, so the user can dig into the details
|
| 215 |
-
# TODO: possible answers to the question - like 'double check your answer' or 'make the answer sound like a pirate' etc
|
|
|
|
|
|
| 212 |
|
| 213 |
|
| 214 |
# TODO: publish/access dialog debug logs, so the user can dig into the details
|
| 215 |
+
# TODO: possible answers to the question - like 'double check your answer' or 'make the answer sound like a pirate' etc
|
| 216 |
+
# TODO: return sources used by the agent - explicitly publish them in the dialog
|