Spaces:
Running
Running
Commit
·
7f8f7cd
1
Parent(s):
5914582
misc
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ DATA_AVAL: bool = schemer.count() > 0
|
|
15 |
APP_NAME: str = "Groove-GPT"
|
16 |
|
17 |
st.title(APP_NAME)
|
18 |
-
|
19 |
user_question: str = st.text_area("Enter your groovy questions here")
|
20 |
access_key: str = st.text_input("Enter your gpt key here", type="password")
|
21 |
|
|
|
15 |
APP_NAME: str = "Groove-GPT"
|
16 |
|
17 |
st.title(APP_NAME)
|
18 |
+
st.write("Data Avaliable: ", DATA_AVAL)
|
19 |
user_question: str = st.text_area("Enter your groovy questions here")
|
20 |
access_key: str = st.text_input("Enter your gpt key here", type="password")
|
21 |
|