tigorsinaga commited on
Commit
66a740d
·
verified ·
1 Parent(s): 857ed72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='/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>")
 
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>")