normster commited on
Commit
7f771cc
·
1 Parent(s): c5163bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def make_block(initial_state):
226
  "discounted access to the PaLM 2 API during its Preview stage, so no API key is required for these models. "
227
  "To access OpenAI models, please enter your own API key. We do not record your key, but you should verify this "
228
  "in the demo's source code.</p>"
229
- "<p>See the RuLES <a href=\"https://github.com/normster/rules\">github repo</a> for more information.</p>"
230
  )
231
 
232
  with gr.Blocks(
 
226
  "discounted access to the PaLM 2 API during its Preview stage, so no API key is required for these models. "
227
  "To access OpenAI models, please enter your own API key. We do not record your key, but you should verify this "
228
  "in the demo's source code.</p>"
229
+ "<p>See the RuLES <a href=\"https://github.com/normster/llm_rules\">github repo</a> for more information.</p>"
230
  )
231
 
232
  with gr.Blocks(