Ilyasch2 commited on
Commit
9fa69a5
·
1 Parent(s): d6ea850

remove incorrect date

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ h3 {
100
  TITLE = "<h1>Falcon-H1 Playground</h1>"
101
  SUB_TITLE = """
102
  <p class='subtitle'>Falcon-H1 is a new SoTA hybrid model by TII in Abu Dhabi. It is open source and available on Hugging Face. This demo is powered by <a href="https://openinnovation.ai">OpenInnovationAI</a>. Try out our <a href="https://chat.falconllm.tii.ae/auth">chat interface</a>.</p>
103
- <p class='subtitle' style='font-size: 0.9rem; color: #888;'>Today: {today_date}</p>
104
  """
105
 
106
  def stream_chat(
 
100
  TITLE = "<h1>Falcon-H1 Playground</h1>"
101
  SUB_TITLE = """
102
  <p class='subtitle'>Falcon-H1 is a new SoTA hybrid model by TII in Abu Dhabi. It is open source and available on Hugging Face. This demo is powered by <a href="https://openinnovation.ai">OpenInnovationAI</a>. Try out our <a href="https://chat.falconllm.tii.ae/auth">chat interface</a>.</p>
103
+ <p class='subtitle' style='font-size: 0.9rem; color: #888;'></p>
104
  """
105
 
106
  def stream_chat(