Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
65 |
gr.Markdown("<div> </div>") # Add some space below the image
|
66 |
gr.Markdown("# Custom Judge Demo by Root Signals")
|
67 |
|
68 |
-
gr.Markdown("[Sign-up](https://app.rootsignals.ai/register) to create your API key!")
|
69 |
|
70 |
api_key = gr.Textbox(
|
71 |
label="🔑 Root Signals API Key",
|
|
|
65 |
gr.Markdown("<div> </div>") # Add some space below the image
|
66 |
gr.Markdown("# Custom Judge Demo by Root Signals")
|
67 |
|
68 |
+
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)!")
|
69 |
|
70 |
api_key = gr.Textbox(
|
71 |
label="🔑 Root Signals API Key",
|