Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ tutorial = """
|
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks(css=css) as interface:
|
83 |
-
gr.Markdown("<link rel='stylesheet' href='
|
84 |
gr.Markdown(f"<h1 style='text-align: center;'>{title}</h1>")
|
85 |
gr.Markdown("<h3 style='text-align: center;'>Hello! I'm Tigor Neilson Sinaga, with NIM 22.11.4725.<br>Welcome to my AI Chord Recognition project!</h3>")
|
86 |
gr.Markdown(f"<h3 style='text-align: center;'>{description}</p>")
|
|
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks(css=css) as interface:
|
83 |
+
gr.Markdown("<link rel='stylesheet' href='style.css'>") # Menyertakan file CSS eksternal
|
84 |
gr.Markdown(f"<h1 style='text-align: center;'>{title}</h1>")
|
85 |
gr.Markdown("<h3 style='text-align: center;'>Hello! I'm Tigor Neilson Sinaga, with NIM 22.11.4725.<br>Welcome to my AI Chord Recognition project!</h3>")
|
86 |
gr.Markdown(f"<h3 style='text-align: center;'>{description}</p>")
|