ajanco commited on
Commit
b16d274
1 Parent(s): 2697c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from collections import Counter
7
  import srsly
8
 
9
  # Import CSS file
10
- with open("scripts/style.css") as f:
11
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)
12
 
13
  st.title('Index and Search a Collection of Documents')
 
7
  import srsly
8
 
9
  # Import CSS file
10
+ with open("style.css") as f:
11
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)
12
 
13
  st.title('Index and Search a Collection of Documents')