Spaces:
Sleeping
Sleeping
Ouz
commited on
Commit
·
534d822
1
Parent(s):
19fc099
sign up text added
Browse files
app.py
CHANGED
@@ -51,7 +51,9 @@ 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",
|
57 |
placeholder="Enter your 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 Root Signals Platform the get your API key!")
|
56 |
+
|
57 |
api_key = gr.Textbox(
|
58 |
label="🔑 Root Signals API Key",
|
59 |
placeholder="Enter your Root Signals API key...",
|