Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,7 @@ def terminal_logic(command):
|
|
| 29 |
if clean.endswith(".png") and os.path.exists(clean):
|
| 30 |
image_path = clean
|
| 31 |
break
|
| 32 |
-
return f"```\n{combined}\n
|
| 33 |
-
```", image_path
|
| 34 |
except Exception as e:
|
| 35 |
return f"Error: {str(e)}", None
|
| 36 |
finally:
|
|
|
|
| 29 |
if clean.endswith(".png") and os.path.exists(clean):
|
| 30 |
image_path = clean
|
| 31 |
break
|
| 32 |
+
return f"```\n{combined}\n```", image_path
|
|
|
|
| 33 |
except Exception as e:
|
| 34 |
return f"Error: {str(e)}", None
|
| 35 |
finally:
|