Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ def convert_image_path_to_bytes(image_path):
|
|
86 |
|
87 |
|
88 |
with gr.Blocks() as ged_page:
|
|
|
89 |
gr.Markdown(
|
90 |
'''
|
91 |
This space displays the solution to the Graph Edit Distance problem.
|
|
|
86 |
|
87 |
|
88 |
with gr.Blocks() as ged_page:
|
89 |
+
|
90 |
gr.Markdown(
|
91 |
'''
|
92 |
This space displays the solution to the Graph Edit Distance problem.
|