Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from nbformat.v4 import (new_notebook, new_markdown_cell, new_code_cell)
|
|
| 4 |
import pdfplumber
|
| 5 |
import google.generativeai as genai
|
| 6 |
|
|
|
|
| 7 |
def classify_page(statement):
|
| 8 |
genai.configure(api_key='AIzaSyBjGNru-WJoLncbVrErEzJE184MgX1o_Kg')
|
| 9 |
|
|
|
|
| 4 |
import pdfplumber
|
| 5 |
import google.generativeai as genai
|
| 6 |
|
| 7 |
+
|
| 8 |
def classify_page(statement):
|
| 9 |
genai.configure(api_key='AIzaSyBjGNru-WJoLncbVrErEzJE184MgX1o_Kg')
|
| 10 |
|