crcdng commited on
Commit
3579dad
·
1 Parent(s): 169b51c

description

Browse files
Files changed (2) hide show
  1. Gradio_UI.py +11 -1
  2. README.md +1 -1
Gradio_UI.py CHANGED
@@ -274,13 +274,23 @@ class GradioUI:
274
  }
275
  </style>
276
  <center>
277
- <h1 style='font-family: Cyberpunk; font-size: 38px;'> Your Cyberpunk Local Time Expert </h1>
278
  </center>
279
  """
280
  )
281
 
 
 
 
 
 
 
 
 
282
  with gr.Row():
283
  title=gr.HTML(title_html)
 
 
284
  stored_messages = gr.State([])
285
  file_uploads_log = gr.State([])
286
  chatbot = gr.Chatbot(
 
274
  }
275
  </style>
276
  <center>
277
+ <h1 style='font-family: Cyberpunk; font-size: 38px;'> Your Cyberpunk Local Time Terminal </h1>
278
  </center>
279
  """
280
  )
281
 
282
+ description_html=(
283
+ """
284
+ <center><p>
285
+ Welcome to ChronoCore-77, the bleeding-edge time terminal jacked straight into the neon veins of Night City. Whether you’re dodging corpos, chasing edgerunner gigs, or just trying to sync your implant clock, I’ve got the local time locked and loaded. No glitches, no lag—just pure, precise chrono-data ripped straight from the grid. Stay sharp, choom. Time waits for no one.
286
+ </p></center>
287
+ """
288
+ )
289
+
290
  with gr.Row():
291
  title=gr.HTML(title_html)
292
+ with gr.Row():
293
+ title=gr.HTML(description_html)
294
  stored_messages = gr.State([])
295
  file_uploads_log = gr.State([])
296
  chatbot = gr.Chatbot(
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Your Cyberpunk Local Time Expert
3
  emoji: 🤖
4
  colorFrom: purple
5
  colorTo: yellow
 
1
  ---
2
+ title: Your Cyberpunk Local Time Terminal
3
  emoji: 🤖
4
  colorFrom: purple
5
  colorTo: yellow