Spaces:
Sleeping
Sleeping
Commit
·
65876cc
1
Parent(s):
5143dfc
Update app.py
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ if __name__=='__main__':
|
|
283 |
"""
|
284 |
|
285 |
|
286 |
-
with gr.Blocks(
|
287 |
gr.Markdown('''
|
288 |
<div>
|
289 |
<h1 style='text-align: center'>Rf prediction</h1>
|
|
|
283 |
"""
|
284 |
|
285 |
|
286 |
+
with gr.Blocks() as demo:
|
287 |
gr.Markdown('''
|
288 |
<div>
|
289 |
<h1 style='text-align: center'>Rf prediction</h1>
|