karthickg12 commited on
Commit
ee1cbb2
1 Parent(s): 7ac2505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -79,6 +79,7 @@ insurance_knowledge = {
79
  }
80
 
81
  # Define the Streamlit app
 
82
  st.title("Insurance Chatbot")
83
 
84
  user_input = st.text_area("You:", height=200)
 
79
  }
80
 
81
  # Define the Streamlit app
82
+ import streamlit as st
83
  st.title("Insurance Chatbot")
84
 
85
  user_input = st.text_area("You:", height=200)