Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,6 +26,8 @@ TITLE = "<h1><center>Falcon3-Mamba-R1-v0 playground</center></h1>"
|
|
| 26 |
SUB_TITLE = """<center>Falcon3 Mamba R1 is a Selective State Space model (Mamba) that scales on test time compute for reasoning.</center>"""
|
| 27 |
SYSTEM_PROMPT = os.getenv('SYSTEM_PROMPT')
|
| 28 |
|
|
|
|
|
|
|
| 29 |
CSS = """
|
| 30 |
.duplicate-button {
|
| 31 |
margin: auto !important;
|
|
|
|
| 26 |
SUB_TITLE = """<center>Falcon3 Mamba R1 is a Selective State Space model (Mamba) that scales on test time compute for reasoning.</center>"""
|
| 27 |
SYSTEM_PROMPT = os.getenv('SYSTEM_PROMPT')
|
| 28 |
|
| 29 |
+
print(SYSTEM_PROMPT)
|
| 30 |
+
|
| 31 |
CSS = """
|
| 32 |
.duplicate-button {
|
| 33 |
margin: auto !important;
|