NEXAS commited on
Commit
e436501
·
verified ·
1 Parent(s): e679b16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -204,7 +204,7 @@ import streamlit as st
204
  import time
205
 
206
  def page_1():
207
- add_background_image("bg.png")
208
  # st.set_page_config(layout='wide', page_title="Virtual Tutor")
209
  st.markdown("""
210
  <svg width="600" height="100">
@@ -242,7 +242,7 @@ def page_1():
242
  try:
243
  # Step 1: Process images, texts, and videos
244
  st.markdown(
245
- "<p style='color: white; font-weight: bold;'>Extracting content from PDF...</p>",
246
  unsafe_allow_html=True
247
  )
248
  # Simulate processing function
 
204
  import time
205
 
206
  def page_1():
207
+ add_background_image("bg.jpg")
208
  # st.set_page_config(layout='wide', page_title="Virtual Tutor")
209
  st.markdown("""
210
  <svg width="600" height="100">
 
242
  try:
243
  # Step 1: Process images, texts, and videos
244
  st.markdown(
245
+ "<p style='color: Black; font-weight: bold;'>Extracting content from PDF...</p>",
246
  unsafe_allow_html=True
247
  )
248
  # Simulate processing function