Chia Woon Yap commited on
Commit
24455ee
·
verified ·
1 Parent(s): 2f13b7b

Update app.py

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