Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-311.pyc
ADDED
|
Binary file (9.72 kB). View file
|
|
|
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def _run_curiosity(threshold):
|
|
| 143 |
# ---------------------------------------------------------------------------
|
| 144 |
|
| 145 |
def build_app():
|
| 146 |
-
with gr.Blocks(title="Operon Social Learning") as demo:
|
| 147 |
gr.Markdown("# Operon Social Learning\nTemplate exchange, trust registry, and curiosity-driven exploration.")
|
| 148 |
|
| 149 |
with gr.Tab("Template Exchange"):
|
|
|
|
| 143 |
# ---------------------------------------------------------------------------
|
| 144 |
|
| 145 |
def build_app():
|
| 146 |
+
with gr.Blocks(title="Operon Social Learning", theme=gr.themes.Base()) as demo:
|
| 147 |
gr.Markdown("# Operon Social Learning\nTemplate exchange, trust registry, and curiosity-driven exploration.")
|
| 148 |
|
| 149 |
with gr.Tab("Template Exchange"):
|