Severian commited on
Commit
e38b78d
1 Parent(s): 6a09bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -125,11 +125,11 @@ Example format:
125
  """
126
 
127
  with gr.Blocks() as demo:
128
- gr.Markdown("# Llama3.1-Instruct-O1")
129
- gr.Markdown("[Powered by Llama3.1 models through SambaNova Cloud API](https://sambanova.ai/fast-api?api_ref=907266)")
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")
133
 
134
  with gr.Row():
135
  model = gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0])
 
125
  """
126
 
127
  with gr.Blocks() as demo:
128
+ gr.Markdown("# Llama3.1-Deep-Thought")
129
+ gr.Markdown("Let's ponder...")
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", visible=False)
133
 
134
  with gr.Row():
135
  model = gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0])