Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
import google.generativeai as genai
|
|
|
3 |
import fitz
|
4 |
import spacy
|
5 |
from docx import Document
|
|
|
1 |
+
|
2 |
import google.generativeai as genai
|
3 |
+
import streamlit as st
|
4 |
import fitz
|
5 |
import spacy
|
6 |
from docx import Document
|