Spaces:
Sleeping
Sleeping
Allen Park
commited on
Commit
·
f15b0bc
1
Parent(s):
e71a07e
fix(add f to header string to make fstring)
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ EXAMPLES = [
|
|
68 |
with open('logo.svg', 'r') as file:
|
69 |
logo_svg = file.read()
|
70 |
|
71 |
-
HEADER = """
|
72 |
# Patronus Lynx Demo
|
73 |
<table bgcolor="#1E2432" cellspacing="0" cellpadding="0" width="450">
|
74 |
<tr style="height:50px;">
|
|
|
68 |
with open('logo.svg', 'r') as file:
|
69 |
logo_svg = file.read()
|
70 |
|
71 |
+
HEADER = f"""
|
72 |
# Patronus Lynx Demo
|
73 |
<table bgcolor="#1E2432" cellspacing="0" cellpadding="0" width="450">
|
74 |
<tr style="height:50px;">
|