ProfessionalMario commited on
Commit
f5528f6
·
verified ·
1 Parent(s): 83db025

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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: