Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -4,6 +4,7 @@ import pandas as pd
|
|
| 4 |
import streamlit as st
|
| 5 |
import streamlit as st
|
| 6 |
import nltk
|
|
|
|
| 7 |
nltk.download("punkt_tab")
|
| 8 |
|
| 9 |
from dataclasses import dataclass
|
|
|
|
| 4 |
import streamlit as st
|
| 5 |
import streamlit as st
|
| 6 |
import nltk
|
| 7 |
+
import os
|
| 8 |
nltk.download("punkt_tab")
|
| 9 |
|
| 10 |
from dataclasses import dataclass
|