Spaces:
Running
Running
remove incorrect date
Browse files
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;'
|
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(
|