AlexCasF commited on
Commit
cab784d
β€’
1 Parent(s): 909a74d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -7,7 +7,6 @@ qna_bot=App()
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")
11
  st.divider()
12
  question = st.text_area("Frage hier reinkopieren, dann Str+Enter")
13
  if question.strip():
 
7
  qna_bot.add("Az_600_word.docx", data_type="docx")
8
 
9
  st.title("πŸŽ“ AZ-600 LearningBot πŸ€–")
 
10
  st.divider()
11
  question = st.text_area("Frage hier reinkopieren, dann Str+Enter")
12
  if question.strip():