coredipper commited on
Commit
f988400
·
verified ·
1 Parent(s): 5473f39

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 CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
 
app.py CHANGED
@@ -177,7 +177,7 @@ def _run_experience(exp_preset):
177
  # ---------------------------------------------------------------------------
178
 
179
  def build_app():
180
- with gr.Blocks(title="Operon Adaptive Assembly") as demo:
181
  gr.Markdown("# Operon Adaptive Assembly\nTemplate selection, organism construction, and experience-driven intervention.")
182
 
183
  with gr.Tab("Template Selection"):
 
177
  # ---------------------------------------------------------------------------
178
 
179
  def build_app():
180
+ with gr.Blocks(title="Operon Adaptive Assembly", theme=gr.themes.Base()) as demo:
181
  gr.Markdown("# Operon Adaptive Assembly\nTemplate selection, organism construction, and experience-driven intervention.")
182
 
183
  with gr.Tab("Template Selection"):