Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ Example format:
|
|
126 |
|
127 |
with gr.Blocks() as demo:
|
128 |
gr.Markdown("# Llama3.1-Instruct-O1")
|
129 |
-
gr.Markdown("[Powered by
|
130 |
|
131 |
with gr.Row():
|
132 |
api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability")
|
|
|
126 |
|
127 |
with gr.Blocks() as demo:
|
128 |
gr.Markdown("# Llama3.1-Instruct-O1")
|
129 |
+
gr.Markdown("[Powered by SambaNova Cloud, Get Your API Key Here](https://cloud.sambanova.ai/apis)")
|
130 |
|
131 |
with gr.Row():
|
132 |
api_key = gr.Textbox(label="API Key", type="password", placeholder="(Optional) Enter your API key here for more availability")
|