Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Imsachinsingh00
/
Interview_Bot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Imsachinsingh00
commited on
27 days ago
Commit
5653524
·
verified
·
1 Parent(s):
78cbc5c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,3 @@ if user_input:
78
placeholder.write(bot_reply)
79
st.session_state.history.append(("Bot", bot_reply))
80
81
-
```
78
placeholder.write(bot_reply)
79
st.session_state.history.append(("Bot", bot_reply))
80