Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ generator = pipeline('text-generation', model='dbmdz/german-gpt2')
|
|
8 |
def page_social_media_generator():
|
9 |
|
10 |
# Two equal columns:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
|
15 |
|
16 |
input_topic = st.text_input('Enter a medical topic', 'Type 1 Diabetes')
|
|
|
8 |
def page_social_media_generator():
|
9 |
|
10 |
# Two equal columns:
|
11 |
+
col1, col2 = st.columns(2)
|
12 |
+
col1.st.title("German Medical Content Manager")
|
13 |
+
col2.st.image('Content_Creation_Pic.png')
|
14 |
|
15 |
|
16 |
input_topic = st.text_input('Enter a medical topic', 'Type 1 Diabetes')
|