Javedalam commited on
Commit
da8f148
·
verified ·
1 Parent(s): 0296b4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -88,13 +88,12 @@ examples = [
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
- #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
-
95
  title = """
96
- <div style='text-align: center; font-weight: bold; font-size: 24px;'>
97
- My Centered and Bold Title
 
 
98
  </div>
99
  """
100
 
 
88
  ["Give me an exercise plan for a week that include resistance training and cardio"],
89
  ]
90
 
91
+ # Custom title component with an additional line and color change
 
 
 
92
  title = """
93
+ <div style='text-align: center; font-size: 24px;'>
94
+ <div style='font-weight: bold; color: red;'>A Multilingual Chatbot accept input in any language, answers in Hindi</div>
95
+
96
+ <div style='font-size: 18px;'>Large language model mistralai/Mistral-7B-Instruct-v0.3</div>
97
  </div>
98
  """
99