Spaces:
Sleeping
Sleeping
Ouz
commited on
Commit
·
c7f65ea
1
Parent(s):
534d822
Revert "sign up text added"
Browse filesThis reverts commit b0a86c2120d5b78c4eaa72e0562ce2a7f4b8eb61.
app.py
CHANGED
@@ -51,9 +51,7 @@ 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 |
-
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...",
|
|
|
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...",
|