Kajise commited on
Commit
b1e468b
1 Parent(s): 862b14f

feat(description): add line breaks

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ custom_theme = PurpleTheme()
69
 
70
  title = "Imaginor"
71
  driver_type = 'chromedriver'
72
- description = "<center>Imaginor is a small space for taking screenshots of websites. Handy for open-source projects that involves getting the site screenshots for status checks and view previews from a bird's eye view.</center>"
73
 
74
  def run_imaginor(text: str):
75
  regex = r"^(https?://)"
 
69
 
70
  title = "Imaginor"
71
  driver_type = 'chromedriver'
72
+ description = "<center>Imaginor is a small space for taking screenshots of websites. Handy for open-source projects that involves <br/>getting the site screenshots for status checks and view previews from a bird's eye view.</center>"
73
 
74
  def run_imaginor(text: str):
75
  regex = r"^(https?://)"