bradnow commited on
Commit
a220efd
·
1 Parent(s): 4d9f591

Add community link for 15b nemotron

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ DEBUG_LOG = False or os.environ.get("DEBUG_LOG") == "True"
15
  print(f"Gradio version: {gr.__version__}")
16
 
17
  title = None # "ServiceNow-AI Chat" # modelConfig.get('MODE_DISPLAY_NAME')
18
- description = None
19
 
20
  chat_start_count = 0
21
 
 
15
  print(f"Gradio version: {gr.__version__}")
16
 
17
  title = None # "ServiceNow-AI Chat" # modelConfig.get('MODE_DISPLAY_NAME')
18
+ description = "Please use the community section on this space to provide feedback! <a href=\"https://huggingface.co/ServiceNow-AI/Apriel-Nemotron-15b-Thinker/discussions\">ServiceNow-AI/Apriel-Nemotron-Chat</a>"
19
 
20
  chat_start_count = 0
21