Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,11 @@ chat_system = IntegratedChatSystem(api_key, model_name)
|
|
74 |
|
75 |
# Add images
|
76 |
image_folder = "images"
|
77 |
-
chat_system.add_image(os.path.join(image_folder, "sequence diagram.png"), "A diagram showing the sequence of how it is supposed to work")
|
78 |
-
chat_system.add_image(os.path.join(image_folder, "UX workflow.png"), "A flowchart of showing the UX workflow")
|
|
|
|
|
|
|
79 |
|
80 |
# Streamlit UI
|
81 |
st.title("Chat with Integrated Image Context")
|
|
|
74 |
|
75 |
# Add images
|
76 |
image_folder = "images"
|
77 |
+
chat_system.add_image(os.path.join(image_folder, "sequence diagram.png"), "A diagram showing the sequence of how it is supposed to work. What is the sequence?")
|
78 |
+
chat_system.add_image(os.path.join(image_folder, "UX workflow.png"), "A flowchart of showing the UX workflow.What is the UX workflow")
|
79 |
+
chat_system.add_image(os.path.join(image_folder, "UI.png"), "A diagram the UI. What is the UI? ")
|
80 |
+
chat_system.add_image(os.path.join(image_folder, "workflow.png"), "A flowchart of showing the workflow. What is the workflow?")
|
81 |
+
|
82 |
|
83 |
# Streamlit UI
|
84 |
st.title("Chat with Integrated Image Context")
|