Adi
commited on
Commit
·
db607fc
1
Parent(s):
56f6d6d
chore: changed font color
Browse files
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;
|
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 |
|