AlexCasF commited on
Commit
909a74d
1 Parent(s): 38b7d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
 
5
  qna_bot=App()
6
 
7
- qna_bot.add("C:/Users/User/Documents/VSC/EmbedchainLearningBot/Az_600_word.docx", data_type="docx")
8
 
9
  st.title("🎓 AZ-600 LearningBot 🤖")
10
  st.text("für Manninger by Alex")
 
4
 
5
  qna_bot=App()
6
 
7
+ qna_bot.add("Az_600_word.docx", data_type="docx")
8
 
9
  st.title("🎓 AZ-600 LearningBot 🤖")
10
  st.text("für Manninger by Alex")