QuantaSparkLabs commited on
Commit
1fb1261
·
verified ·
1 Parent(s): 9cf9e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,7 +9,7 @@ that punch way above their weight. No bloat. No nonsense.
9
  *Just models that work — on your laptop, your phone, or your API.*
10
  """
11
 
12
- # Use a custom CSS class for the buttons (style them in style.css)
13
  BUTTON_STYLE = """
14
  <style>
15
  .custom-button {
@@ -63,8 +63,8 @@ with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as app:
63
  gr.Markdown(f"## {COMMUNITY_NAME}")
64
  gr.Markdown(DESCRIPTION, elem_classes="desc-text")
65
 
66
- # Replace broken gr.Button calls with a custom HTML block
67
  create_buttons()
68
 
69
- # No if __name__ guard – simpler and Space‑friendly
70
  app.launch(server_name="0.0.0.0", server_port=7860)
 
9
  *Just models that work — on your laptop, your phone, or your API.*
10
  """
11
 
12
+
13
  BUTTON_STYLE = """
14
  <style>
15
  .custom-button {
 
63
  gr.Markdown(f"## {COMMUNITY_NAME}")
64
  gr.Markdown(DESCRIPTION, elem_classes="desc-text")
65
 
66
+
67
  create_buttons()
68
 
69
+
70
  app.launch(server_name="0.0.0.0", server_port=7860)