Javedalam commited on
Commit
ccff9d0
·
verified ·
1 Parent(s): 16dba48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -89,7 +89,8 @@ examples = [
89
  ]
90
 
91
  #title = "<div style='text-align: center;'><b>My Centered and Bold Title</b></div>"
92
- title = "<h1 style='text-align: center; font-weight: bold;'>My Centered and Bold Title</h1>"
 
93
  gr.ChatInterface(
94
  fn=generate,
95
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
 
89
  ]
90
 
91
  #title = "<div style='text-align: center;'><b>My Centered and Bold Title</b></div>"
92
+ #title = "<h1 style='text-align: center; font-weight: bold;'>My Centered and Bold Title</h1>"
93
+ title = "<div style='text-align: center; font-weight: bold;'>My Centered and Bold Title</div>"
94
  gr.ChatInterface(
95
  fn=generate,
96
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),