zamborg commited on
Commit
c366431
1 Parent(s): 4a4709d

sizing change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,14 +15,14 @@ def gen_show_caption(sub_prompt=None, cap_prompt = ""):
15
  f"""
16
  <style>
17
  red{{
18
- color:red
19
  }}
20
  mono{{
21
  font-family: "Courier New";
22
  }}
23
  </style>
24
 
25
- ## <mono> <red> r/ {subreddit} </red> &nbsp;&nbsp;&nbsp; {caption} </mono>
26
  """,
27
  unsafe_allow_html=True)
28
 
 
15
  f"""
16
  <style>
17
  red{{
18
+ color:#c62828
19
  }}
20
  mono{{
21
  font-family: "Courier New";
22
  }}
23
  </style>
24
 
25
+ ### <mono> <red> r/ {subreddit} </red> {caption} </mono>
26
  """,
27
  unsafe_allow_html=True)
28