Upload app.py
Browse files
app.py
CHANGED
@@ -298,8 +298,7 @@ def select_example3():
|
|
298 |
|
299 |
|
300 |
if __name__ == "__main__":
|
301 |
-
title = """<h1 align="center">CDM: A Reliable Metric for Fair and Accurate Formula Recognition Evaluation</h1>
|
302 |
-
"""
|
303 |
|
304 |
with gr.Blocks() as demo:
|
305 |
gr.Markdown(title)
|
|
|
298 |
|
299 |
|
300 |
if __name__ == "__main__":
|
301 |
+
title = """<h1 align="center">CDM: A Reliable Metric for Fair and Accurate Formula Recognition Evaluation</h1>"""
|
|
|
302 |
|
303 |
with gr.Blocks() as demo:
|
304 |
gr.Markdown(title)
|