pmelnechuk commited on
Commit
56e8868
verified
1 Parent(s): eba589f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from tqdm.auto import tqdm
27
  from src.preprocess import Loader
28
  from src.vdb import EmbeddingGen
29
  import src.model_load
30
- import src.st
31
 
32
  if __name__=="__main__":
33
  # Definici贸n de directorio
 
27
  from src.preprocess import Loader
28
  from src.vdb import EmbeddingGen
29
  import src.model_load
30
+ import streamlit as st
31
 
32
  if __name__=="__main__":
33
  # Definici贸n de directorio