Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,12 +88,12 @@ examples = [
|
|
88 |
["Give me an exercise plan for a week that include resistance training and cardio"],
|
89 |
]
|
90 |
|
91 |
-
|
92 |
gr.ChatInterface(
|
93 |
fn=generate,
|
94 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
95 |
additional_inputs=additional_inputs,
|
96 |
#gr.Markdown("**Hindi_Mistral8-7b**"), # Title in bold
|
97 |
-
title=
|
98 |
examples=examples
|
99 |
).launch(show_api=True)
|
|
|
88 |
["Give me an exercise plan for a week that include resistance training and cardio"],
|
89 |
]
|
90 |
|
91 |
+
title = "<div style='text-align: center;'><b>My Centered and Bold Title</b></div>"
|
92 |
gr.ChatInterface(
|
93 |
fn=generate,
|
94 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
95 |
additional_inputs=additional_inputs,
|
96 |
#gr.Markdown("**Hindi_Mistral8-7b**"), # Title in bold
|
97 |
+
title=title,
|
98 |
examples=examples
|
99 |
).launch(show_api=True)
|