Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
Aaram
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nikhil0987
commited on
Feb 16, 2024
Commit
7df76ad
·
verified
·
1 Parent(s):
e0f18c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
CHANGED
Viewed
@@ -46,10 +46,3 @@ if userinput := st.chat_input("Hi"):
46
47
48
49
-
answer = model.generate_content(newuserinput)
50
-
51
-
52
-
with st.chat_message("Assistant"):
53
-
st.write(answer.text)
54
-
55
-
46
47
48