Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
•
80ead9a
1
Parent(s):
6b53e3b
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,8 @@ block = gr.Blocks()
|
|
124 |
|
125 |
with open('info.md') as f:
|
126 |
with block:
|
127 |
-
gr.Markdown("
|
|
|
128 |
gr.Markdown('Take the quiz to get a personalized recommendation using AI.')
|
129 |
|
130 |
with gr.Row():
|
|
|
124 |
|
125 |
with open('info.md') as f:
|
126 |
with block:
|
127 |
+
gr.Markdown("#" + f.readline())
|
128 |
+
gr.HTML("<h1>TITLE</h1>")
|
129 |
gr.Markdown('Take the quiz to get a personalized recommendation using AI.')
|
130 |
|
131 |
with gr.Row():
|