Chia Woon Yap commited on
Commit
eeff82f
·
verified ·
1 Parent(s): ff2061b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -736,8 +736,8 @@ def tutor_ai_chatbot():
736
  #with gr.Column(scale=1): # Adjust scale for equal width
737
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
738
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
739
- gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
740
-
741
 
742
 
743
  # Connect the button to the document processing function
 
736
  #with gr.Column(scale=1): # Adjust scale for equal width
737
  gr.Markdown("### Welcome to the Introduction Video") # Adding a heading
738
  gr.Markdown("Music from Xu Mengyuan - China-O, musician Xu Mengyuan YUAN! | 徐梦圆 - China-O 音乐人徐梦圆YUAN! ") # Adding descriptive text
739
+ #gr.Video("https://github.com/lesterchia1/AI_tutor/raw/main/We%20not%20me%20video.mp4", label="Introduction Video")
740
+ gr.Video("https://huggingface.co/spaces/Lesterchia174/FPOC2_AI-Tutor_Chatbot/resolve/main/We%20not%20me%20video.mp4", label="Introduction Video")
741
 
742
 
743
  # Connect the button to the document processing function