mikepastor11 commited on
Commit
6ec9cd5
1 Parent(s): b27a1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -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