aiXpert commited on
Commit
2a6aa6c
Β·
1 Parent(s): 695c18f
Files changed (2) hide show
  1. Vector_Embeddings.py +0 -5
  2. app.py +5 -1
Vector_Embeddings.py DELETED
@@ -1,5 +0,0 @@
1
- # from hypecheth
2
- from utils.st_def import st_main_contents, st_logo
3
-
4
- st_logo(title='Welcome πŸ‘‹ to PDF Summarizer!', page_title="PDF Summarizer",)
5
- st_main_contents()
 
 
 
 
 
 
app.py CHANGED
@@ -1 +1,5 @@
1
- hi
 
 
 
 
 
1
+ # from hypecheth
2
+ from utils.st_def import st_main_contents, st_logo
3
+
4
+ st_logo(title='Welcome πŸ‘‹ to PDF Summarizer!', page_title="PDF Summarizer",)
5
+ st_main_contents()