Spaces:
Sleeping
Sleeping
Ouz
commited on
Commit
·
3ebe57a
1
Parent(s):
aba4c86
link update
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
59 |
with gr.Row():
|
60 |
gr.Image(value="https://app.rootsignals.ai/images/root-signals-color.svg", height=70)
|
61 |
gr.Markdown("<div> </div>") # Add some space below the image
|
62 |
-
gr.Markdown("# Root Evaluators Demo by Root Signals")
|
63 |
|
64 |
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)!")
|
65 |
|
@@ -114,7 +114,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
114 |
outputs=[score, justification]
|
115 |
)
|
116 |
|
117 |
-
gr.Markdown("[🌐 Homepage](https://www.rootsignals.ai/) | [🤖 Github Repo](https://
|
118 |
|
119 |
if __name__ == "__main__":
|
120 |
demo.launch()
|
|
|
59 |
with gr.Row():
|
60 |
gr.Image(value="https://app.rootsignals.ai/images/root-signals-color.svg", height=70)
|
61 |
gr.Markdown("<div> </div>") # Add some space below the image
|
62 |
+
gr.Markdown("# *Root* Evaluators Demo by Root Signals")
|
63 |
|
64 |
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)!")
|
65 |
|
|
|
114 |
outputs=[score, justification]
|
115 |
)
|
116 |
|
117 |
+
gr.Markdown("[🌐 Homepage](https://www.rootsignals.ai/) | [🤖 Github Repo](https://github.com/root-signals/rs-python-sdk) | [🐍 Python SDK Docs](https://sdk.rootsignals.ai/en/latest/) | [💬 Discord](https://discord.gg/EhazTQsFnj)")
|
118 |
|
119 |
if __name__ == "__main__":
|
120 |
demo.launch()
|