yxmauw commited on
Commit
cafcee9
·
1 Parent(s): 1de77bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"<b>{space_hardware}</b>\n2 vCPU • 16 GB RAM \nFree tier", label="Space Hardware use")
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'):