Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ import google.generativeai as genai
|
|
18 |
from IPython.display import display
|
19 |
from IPython.display import Markdown
|
20 |
import random
|
|
|
21 |
|
22 |
# Global DataFrame declaration
|
23 |
results_df = pd.DataFrame(columns=["Filename", "Extracted Text", "Translated Text"])
|
|
|
18 |
from IPython.display import display
|
19 |
from IPython.display import Markdown
|
20 |
import random
|
21 |
+
import tempfile
|
22 |
|
23 |
# Global DataFrame declaration
|
24 |
results_df = pd.DataFrame(columns=["Filename", "Extracted Text", "Translated Text"])
|