Spaces:
Runtime error
Runtime error
Commit
·
bf65c91
1
Parent(s):
99ab057
Fixing seperators highlitedText bug
Browse files
app.py
CHANGED
@@ -307,7 +307,6 @@ if __name__ == "__main__":
|
|
307 |
show_legend=True,
|
308 |
color_map={"+": "red", "-": "green"},
|
309 |
)
|
310 |
-
theme=gr.themes.Base()
|
311 |
|
312 |
gr.Markdown(
|
313 |
"## <h2 align='center'>The Output of Reactive Perturbation Defocusing</p>"
|
|
|
307 |
show_legend=True,
|
308 |
color_map={"+": "red", "-": "green"},
|
309 |
)
|
|
|
310 |
|
311 |
gr.Markdown(
|
312 |
"## <h2 align='center'>The Output of Reactive Perturbation Defocusing</p>"
|