Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"),
|