Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|