Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,7 @@ from PIL import Image
|
|
| 25 |
from streamlit_chat import message
|
| 26 |
|
| 27 |
# Load the trained model
|
| 28 |
-
|
| 29 |
-
openai_api_key = "sk-proj-J7kj0kbG1m0eIMPWMdjoT3BlbkFJqwZNqQeOYJ9UH6I0efPi"
|
| 30 |
|
| 31 |
# Define the class indices for figures, tables, and text
|
| 32 |
figure_class_index = 4
|
|
|
|
| 25 |
from streamlit_chat import message
|
| 26 |
|
| 27 |
# Load the trained model
|
| 28 |
+
|
|
|
|
| 29 |
|
| 30 |
# Define the class indices for figures, tables, and text
|
| 31 |
figure_class_index = 4
|