Sebbe33 commited on
Commit
bc0f447
·
verified ·
1 Parent(s): aaeba6f

Upload 2 files

Browse files
Files changed (1) hide show
  1. pages/GenerateMarkdown.py +1 -1
pages/GenerateMarkdown.py CHANGED
@@ -6,7 +6,7 @@ st.title("Markdown-Only")
6
 
7
  topic_input = st.text_input("Gib dein Thema ein:")
8
 
9
- if st.button("Erzeuge Prompt und Markmap"):
10
  if topic_input.strip() == "":
11
  st.error("Bitte gib ein Thema ein!")
12
 
 
6
 
7
  topic_input = st.text_input("Gib dein Thema ein:")
8
 
9
+ if st.button("Erzeuge Prompt"):
10
  if topic_input.strip() == "":
11
  st.error("Bitte gib ein Thema ein!")
12