awacke1 commited on
Commit
6602965
·
verified ·
1 Parent(s): 9b216ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -16,8 +16,8 @@ description = """
16
 
17
  additional_info = """
18
  ### 💲 **Pricing Details** 💲
19
- - 🆓 Free with `cpu-basic`.
20
- - 💻 Other hardware? Check [here](https://hf.co/pricing#spaces).
21
 
22
  ### 🛠️ **How It Works** 🧩
23
  | Step | 🎬 Action | 📖 Description |
@@ -27,7 +27,7 @@ additional_info = """
27
  | 3️⃣ | 🔥 Execute | Runs your script, tracks logs. |
28
 
29
  ### ❓ **Quick FAQs** ❓
30
- - 🤷 "No application file"? Try a reset in space settings.
31
  """
32
 
33
 
@@ -105,7 +105,7 @@ output_message = gr.Markdown("", visible=False)
105
  with gr.Blocks(css="style.css") as demo:
106
  gr.Markdown(title)
107
  gr.Markdown(description)
108
- with gr.Accordion("👀 More Details (Hardware Pricing, How it Works, and FAQ)", open=False):
109
  gr.Markdown(additional_info)
110
 
111
  with gr.Row():
 
16
 
17
  additional_info = """
18
  ### 💲 **Pricing Details** 💲
19
+ - 🆓 Free on `cpu-basic`.
20
+ - 💻 Scalable Hardware? - Spaces Hardware Has It All! Check It [Here](https://hf.co/pricing#spaces).
21
 
22
  ### 🛠️ **How It Works** 🧩
23
  | Step | 🎬 Action | 📖 Description |
 
27
  | 3️⃣ | 🔥 Execute | Runs your script, tracks logs. |
28
 
29
  ### ❓ **Quick FAQs** ❓
30
+ - 🤷 "No app.py file"? Try a reset in space settings.
31
  """
32
 
33
 
 
105
  with gr.Blocks(css="style.css") as demo:
106
  gr.Markdown(title)
107
  gr.Markdown(description)
108
+ with gr.Accordion("👀 Details (Hardware, How it Works, FAQ)", open=False):
109
  gr.Markdown(additional_info)
110
 
111
  with gr.Row():