Update app.py
Browse files
app.py
CHANGED
@@ -106,10 +106,10 @@ def process_chem_image(image, selected_task):
|
|
106 |
return "\n\n".join(detailed_reactions), smiles_output, combined_image_path, example_diagram, json_file_path
|
107 |
|
108 |
|
109 |
-
|
110 |
prompts_with_names = list_prompt_files_with_names()
|
111 |
|
112 |
-
|
113 |
examples = [
|
114 |
|
115 |
["examples/reaction1.png", "Reaction Image Parsing Workflow"],
|
|
|
106 |
return "\n\n".join(detailed_reactions), smiles_output, combined_image_path, example_diagram, json_file_path
|
107 |
|
108 |
|
109 |
+
|
110 |
prompts_with_names = list_prompt_files_with_names()
|
111 |
|
112 |
+
|
113 |
examples = [
|
114 |
|
115 |
["examples/reaction1.png", "Reaction Image Parsing Workflow"],
|