Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CosmoAI
/
Web_QnA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
CosmoAI
commited on
Oct 5, 2023
Commit
bf905de
·
1 Parent(s):
46fbc92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -100,3 +100,6 @@ def main():
100
101
st.write(response)
102
100
101
st.write(response)
102
103
+
104
+
105
+
main()