Adi commited on
Commit
db607fc
·
1 Parent(s): 56f6d6d

chore: changed font color

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def select_prompt(prompt, prompt_length):
41
 
42
  # app layout
43
  components.html("""
44
- <h1 style='text-align: center; font-color: white;'>MMM Model Demo</h1>
45
  """, height=100)
46
 
47
 
 
41
 
42
  # app layout
43
  components.html("""
44
+ <h1 style='text-align: center; color: white;'>MMM Model Demo</h1>
45
  """, height=100)
46
 
47