CarlosGRoman commited on
Commit
1fbe22a
·
verified ·
1 Parent(s): 880ba61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -62,7 +62,9 @@ with gr.Blocks(theme="soft") as gr_interface:
62
  )
63
 
64
  # Title and description
65
- gr.Markdown("# The Imitation Game")
 
 
66
  gr.Markdown(description_text)
67
 
68
  # Input components
 
62
  )
63
 
64
  # Title and description
65
+ gr.Markdown(
66
+ "<h1 style='color:#008080; text-align:center;'>The Imitation Game</h1>"
67
+ )
68
  gr.Markdown(description_text)
69
 
70
  # Input components