Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
56 |
gr.Markdown("<div> </div>") # Add some space below the image
|
57 |
gr.Markdown("# Root Evaluators Demo by Root Signals")
|
58 |
|
59 |
-
gr.Markdown("[Sign-up](https://app.rootsignals.ai/register) to create your API key!")
|
60 |
|
61 |
api_key = gr.Textbox(
|
62 |
label="🔑 Root Signals API Key",
|
|
|
56 |
gr.Markdown("<div> </div>") # Add some space below the image
|
57 |
gr.Markdown("# Root Evaluators Demo by Root Signals")
|
58 |
|
59 |
+
gr.Markdown("[Sign-up](https://app.rootsignals.ai/register) to create your API key or [create a temporary one](https://app.rootsignals.ai/demo-user)!")
|
60 |
|
61 |
api_key = gr.Textbox(
|
62 |
label="🔑 Root Signals API Key",
|