Update app.py
Browse files
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/
|
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(
|