init
Browse files- Vector_Embeddings.py +0 -5
- 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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()
|