Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
a5b4e81
1
Parent(s):
e287a08
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ block = gr.Blocks()
|
|
124 |
|
125 |
with open('info.md') as f:
|
126 |
with block:
|
127 |
-
gr.Markdown(f.readline())
|
128 |
gr.Markdown('Take the quiz to get a personalized recommendation using AI.')
|
129 |
|
130 |
inputls = []
|
|
|
124 |
|
125 |
with open('info.md') as f:
|
126 |
with block:
|
127 |
+
gr.Markdown("###" + f.readline())
|
128 |
gr.Markdown('Take the quiz to get a personalized recommendation using AI.')
|
129 |
|
130 |
inputls = []
|