Spaces:
Runtime error
Runtime error
Commit
ยท
a9b6ae4
1
Parent(s):
e737776
Fix: add Hugging Face Spaces config header
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# pm-mentor-streamlit-app
|
2 |
PM ๋ฉํ Khan ํ๋ฅด์๋ ๊ธฐ๋ฐ Pinecone+OpenAI Streamlit ์ฑ
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: khanpm
|
3 |
+
emoji: ๐
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.45.1"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# pm-mentor-streamlit-app
|
13 |
PM ๋ฉํ Khan ํ๋ฅด์๋ ๊ธฐ๋ฐ Pinecone+OpenAI Streamlit ์ฑ
|
14 |
|