Spaces:
Sleeping
Sleeping
Ouz
commited on
Commit
·
14a7889
1
Parent(s):
c7f65ea
re-word
Browse files
app.py
CHANGED
@@ -51,6 +51,8 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
51 |
gr.Image(value="https://lh3.googleusercontent.com/d/1e49skZjYGTZscWCVrhf6Ad1bRP2pvwpI", height=60)
|
52 |
gr.Markdown("<div> </div>") # Add some space below the image
|
53 |
gr.Markdown("# Root Evaluators Demo by Root Signals")
|
|
|
|
|
54 |
|
55 |
api_key = gr.Textbox(
|
56 |
label="🔑 Root Signals API Key",
|
|
|
51 |
gr.Image(value="https://lh3.googleusercontent.com/d/1e49skZjYGTZscWCVrhf6Ad1bRP2pvwpI", height=60)
|
52 |
gr.Markdown("<div> </div>") # Add some space below the image
|
53 |
gr.Markdown("# Root Evaluators Demo by Root Signals")
|
54 |
+
|
55 |
+
gr.Markdown("[Sign-up](https://app.rootsignals.ai/register) to create your API key!")
|
56 |
|
57 |
api_key = gr.Textbox(
|
58 |
label="🔑 Root Signals API Key",
|