Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mdean77
/
ProductionRAG
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mdean77
commited on
Oct 2, 2024
Commit
f119af7
·
1 Parent(s):
1e2602b
Add import chainlit
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -4,6 +4,7 @@
4
"""
5
IMPORTS HERE
6
"""
7
8
### Global Section ###
9
"""
4
"""
5
IMPORTS HERE
6
"""
7
+
import chainlit as cl
8
9
### Global Section ###
10
"""