Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikepastor11
/
PennwickFileAnalyzer
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mikepastor11
commited on
Feb 15, 2024
Commit
6ec9cd5
·
verified
·
1 Parent(s):
b27a1d5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,6 +7,7 @@
7
import streamlit as st
8
from dotenv import load_dotenv
9
10
11
12
7
import streamlit as st
8
from dotenv import load_dotenv
9
10
+
from htmlTemplates import css, bot_template, user_template
11
12
13