Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(
|
|
47 |
# Link the dropdown with the textbox to update the description based on the selected model
|
48 |
model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
|
49 |
|
50 |
-
gr.Textbox(value=f"
|
51 |
|
52 |
|
53 |
with gr.Column(scale=4, elem_id='col'):
|
|
|
47 |
# Link the dropdown with the textbox to update the description based on the selected model
|
48 |
model_dropdown.change(fn=llm_intro, inputs=model_dropdown, outputs=explanation)
|
49 |
|
50 |
+
gr.Textbox(value=f"{space_hardware}\n2 vCPU • 16 GB RAM \nFree tier", label="Space Hardware use")
|
51 |
|
52 |
|
53 |
with gr.Column(scale=4, elem_id='col'):
|