hanzla commited on
Commit
ec09bcb
·
verified ·
1 Parent(s): 9be27a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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;