krishujeniya commited on
Commit
4d0ea91
·
verified ·
1 Parent(s): 149c067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
1
  import streamlit as st
2
  from bot import chat
3
 
 
 
 
 
4
  # Streamlit App Configuration
5
  st.set_page_config(
6
  page_title="MedicBot",
 
1
  import streamlit as st
2
  from bot import chat
3
 
4
+ # Ensure required NLTK data is downloaded
5
+ nltk.download('punkt')
6
+ nltk.download('wordnet')
7
+
8
  # Streamlit App Configuration
9
  st.set_page_config(
10
  page_title="MedicBot",