Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kvikontent
/
ChatKVI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kvikontent
commited on
Dec 23, 2023
Commit
89c2209
·
1 Parent(s):
08a9b60
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import streamlit as st
2
-
from
freegpt
import Client
3
4
@st.cache(ttl=3600)
5
def get_response(user_input):
1
import streamlit as st
2
+
from
freeGPT
import Client
3
4
@st.cache(ttl=3600)
5
def get_response(user_input):