prithivMLmods commited on
Commit
d3cbef3
·
verified ·
1 Parent(s): f11e46d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -87,9 +87,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
87
 
88
 
89
 
90
- DESCRIPTION = """##
91
- Drop your best results in the community: [rb.gy/pyaaoz](http://rb.gy/pyaaoz)
92
- """
93
 
94
 
95
 
 
87
 
88
 
89
 
90
+ DESCRIPTION = """ Drop your best results in the community: [rb.gy/pyaaoz](http://rb.gy/pyaaoz)"""
 
 
91
 
92
 
93