Allanatrix commited on
Commit
2cf2b0e
Β·
verified Β·
1 Parent(s): da430b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  # Define section contents
4
  def intro():
5
  return """## Welcome to NexaHub
6
- **NexaHub** is the central interface for the entire Nexa ecosystem β€” a unified platform for open, high-performance, and low-friction scientific intelligence. This isn't just another AI project; it's a ground-up reimagination of what AI can do for science, engineering, and discovery β€” built by one polymath in a basement. Every model, dataset, compiler, and tool here is built to push the boundary. But this can go further β€” with your support.
7
 
8
  ---
9
 
@@ -20,11 +20,11 @@ Nexa is a full-stack scientific AI lab-in-a-box built around four key pillars:
20
  def support():
21
  return """## πŸ’‘ How You Can Support This Vision
22
 
23
- This entire lab is self-funded, self-built, and powered by passion. But scaling to real impact β€” 2B+ parameter models, open hypothesis engines, and useful science tools β€” needs real support.
24
 
25
  ### πŸ™‹β€β™‚οΈ If You're An ML Engineer or Industry Professional
26
  - Offer **compute sponsorship** (e.g. A100s, cloud credits)
27
- - Bring Nexa into your org β€” as a platform, lab, or embedded tech
28
  - Help evaluate, contribute to, or extend the infrastructure
29
 
30
  ### πŸ§ͺ If You're A Researcher
@@ -75,7 +75,7 @@ with gr.Blocks(title="NexaHub - Open Scientific Intelligence") as demo:
75
  with gr.Accordion("Live Roadmap & System Status", open=False):
76
  gr.Markdown(live_status())
77
 
78
- gr.Markdown("### βœ‰οΈ Want to Reach Out?\nDM on X (@your_handle), LinkedIn, or email directly via your website.")
79
 
80
  demo.launch()
81
 
 
3
  # Define section contents
4
  def intro():
5
  return """## Welcome to NexaHub
6
+ **NexaHub** is the central interface for the entire Nexa ecosystem a unified platform for open, high-performance, and low-friction scientific intelligence. This isn't just another AI project; it's a ground-up reimagination of what AI can do for science, engineering, and discovery built by one polymath in a basement. Every model, dataset, compiler, and tool here is built to push the boundary. But this can go further β€” with your support.
7
 
8
  ---
9
 
 
20
  def support():
21
  return """## πŸ’‘ How You Can Support This Vision
22
 
23
+ This entire lab is self-funded, self-built, and powered by passion. But scaling to real impact 2B+ parameter models, open hypothesis engines, and useful science tools β€” needs real support.
24
 
25
  ### πŸ™‹β€β™‚οΈ If You're An ML Engineer or Industry Professional
26
  - Offer **compute sponsorship** (e.g. A100s, cloud credits)
27
+ - Bring Nexa into your org as a platform, lab, or embedded tech
28
  - Help evaluate, contribute to, or extend the infrastructure
29
 
30
  ### πŸ§ͺ If You're A Researcher
 
75
  with gr.Accordion("Live Roadmap & System Status", open=False):
76
  gr.Markdown(live_status())
77
 
78
+ gr.Markdown("### βœ‰οΈ Want to Reach Out? Check my website: ")
79
 
80
  demo.launch()
81