Upload 2 files
Browse files
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
|
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 |
|