coredipper commited on
Commit
b64711f
·
verified ·
1 Parent(s): 09e91a2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-311.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-311.pyc ADDED
Binary file (7.73 kB). View file
 
app.py CHANGED
@@ -123,7 +123,7 @@ def _run_lifecycle(max_ops, juv_t, adol_t, mat_t):
123
 
124
 
125
  def build_app():
126
- with gr.Blocks(title="Operon Developmental Staging") as demo:
127
  gr.Markdown("# Operon Developmental Staging\nLifecycle progression, critical periods, and capability gating.")
128
 
129
  max_ops = gr.Slider(minimum=10, maximum=500, value=100, step=10, label="Max Operations")
 
123
 
124
 
125
  def build_app():
126
+ with gr.Blocks(title="Operon Developmental Staging", theme=gr.themes.Base()) as demo:
127
  gr.Markdown("# Operon Developmental Staging\nLifecycle progression, critical periods, and capability gating.")
128
 
129
  max_ops = gr.Slider(minimum=10, maximum=500, value=100, step=10, label="Max Operations")