Spaces:
Sleeping
Sleeping
LordFarquaad42
commited on
removed type casting
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ schemer = client.get_collection(
|
|
14 |
)
|
15 |
DATA_AVAL: bool = schemer.count() > 0
|
16 |
APP_NAME: str = "Groove-GPT"
|
17 |
-
history
|
18 |
|
19 |
st.title(APP_NAME)
|
20 |
st.header("What is Groovy-GPT?")
|
|
|
14 |
)
|
15 |
DATA_AVAL: bool = schemer.count() > 0
|
16 |
APP_NAME: str = "Groove-GPT"
|
17 |
+
history = []
|
18 |
|
19 |
st.title(APP_NAME)
|
20 |
st.header("What is Groovy-GPT?")
|