Update app.py
Browse files
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:
|
| 43 |
-
output = gr.Textbox(label="
|
| 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 |
|