Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
9310b2e
1
Parent(s):
5bfa92d
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ for colname in data.columns:
|
|
136 |
block = gr.Blocks()
|
137 |
|
138 |
with open('info.md') as f:
|
139 |
-
with
|
140 |
gr.Markdown(f.readline())
|
141 |
gr.Markdown('Take the quiz to get a personalized recommendation using AI.')
|
142 |
gr.Interface(general_predictor, inputs=inputls, outputs="text", allow_flagging='never')
|
|
|
136 |
block = gr.Blocks()
|
137 |
|
138 |
with open('info.md') as f:
|
139 |
+
with block:
|
140 |
gr.Markdown(f.readline())
|
141 |
gr.Markdown('Take the quiz to get a personalized recommendation using AI.')
|
142 |
gr.Interface(general_predictor, inputs=inputls, outputs="text", allow_flagging='never')
|