Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -125,11 +125,11 @@ Example format:
|
|
125 |
"""
|
126 |
|
127 |
with gr.Blocks() as demo:
|
128 |
-
gr.Markdown("# Llama3.1-
|
129 |
-
gr.Markdown("
|
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])
|