Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ def format_prompt_inputs(image_collection, text_collection, video_collection, us
|
|
198 |
import time # To simulate delays during processing
|
199 |
|
200 |
def page_1():
|
201 |
-
|
202 |
# st.set_page_config(layout='wide', page_title="Virtual Tutor")
|
203 |
st.markdown("""
|
204 |
<svg width="600" height="100">
|
|
|
198 |
import time # To simulate delays during processing
|
199 |
|
200 |
def page_1():
|
201 |
+
add_background_image("bg3.jpg")
|
202 |
# st.set_page_config(layout='wide', page_title="Virtual Tutor")
|
203 |
st.markdown("""
|
204 |
<svg width="600" height="100">
|