ybelkada commited on
Commit
eda8c36
1 Parent(s): 2965039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import json
15
  SYSTEM_PROMPT = """You are a helpful friendly assistant Falcon3 from TII, try to follow instructions as much as possible. Be accurate and brief. The Technology Innovation Institute (TII) is a leading global research center dedicated to pushing the frontiers of knowledge. Our teams of scientists, researchers and engineers work in an open, flexible and agile environment to deliver discovery science and transformative technologies.\nWe are part of the Abu Dhabi Government's Advanced Technology Research Council (ATRC), which oversees technology research in the emirate."""
16
  device = "cuda" if torch.cuda.is_available() else "cpu"
17
  TITLE = "<h1><center>Falcon3 Instruct Playground</center></h1>"
18
- SUB_TITLE = "<h2><center>Try out also <a href="https://chat.falconllm.tii.ae/">our demo</a> powered by <a href="https://www.openinnovation.ai/">OpenInnovation AI</a> </center></h2>"
19
 
20
  # Custom CSS with dark theme
21
  CSS = """
 
15
  SYSTEM_PROMPT = """You are a helpful friendly assistant Falcon3 from TII, try to follow instructions as much as possible. Be accurate and brief. The Technology Innovation Institute (TII) is a leading global research center dedicated to pushing the frontiers of knowledge. Our teams of scientists, researchers and engineers work in an open, flexible and agile environment to deliver discovery science and transformative technologies.\nWe are part of the Abu Dhabi Government's Advanced Technology Research Council (ATRC), which oversees technology research in the emirate."""
16
  device = "cuda" if torch.cuda.is_available() else "cpu"
17
  TITLE = "<h1><center>Falcon3 Instruct Playground</center></h1>"
18
+ SUB_TITLE = "<h2><center>Try out also <a href='https://chat.falconllm.tii.ae/'>our demo</a> powered by <a href='https://www.openinnovation.ai/'>OpenInnovation AI</a> </center></h2>"
19
 
20
  # Custom CSS with dark theme
21
  CSS = """