charliebaby2023 commited on
Commit
d263bdd
·
verified ·
1 Parent(s): 1a5afae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def check_cpu_extensions():
39
  return summary.strip()
40
 
41
  with gr.Blocks() as demo:
42
- gr.Markdown("## 🔍 CPU Extension Checker: Expressed through an intensely insane leveraging of common sense through advanced state of the fart programming ")
43
- output = gr.Textbox(label="CPU Capability Report", lines=10)
44
  btn = gr.Button("Check CPU Features")
45
  btn.click(check_cpu_extensions, outputs=output)
46
 
 
39
  return summary.strip()
40
 
41
  with gr.Blocks() as demo:
42
+ gr.Markdown("## 🔍 CPU Extension Checker: ")
43
+ output = gr.Textbox(label="Improve your life & reputation with today's", info=" expressed valuation by means of intensely insane leveraging of common sense through advanced state of the fart programming. PUSH the button. we dare you ", lines=10)
44
  btn = gr.Button("Check CPU Features")
45
  btn.click(check_cpu_extensions, outputs=output)
46