offtargeteffect commited on
Commit
a27f8a5
·
verified ·
1 Parent(s): ffc7197

Rename app to mRNA Data Management Platform

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -1
  2. ui/app.py +2 -2
Dockerfile CHANGED
@@ -29,7 +29,6 @@ COPY . .
29
  ENV PORT=5007 \
30
  HOST=0.0.0.0
31
 
32
- # HF Spaces runs as UID 1000; caches -> /tmp
33
  ENV HOME=/tmp \
34
  XDG_CACHE_HOME=/tmp/.cache \
35
  MPLCONFIGDIR=/tmp/matplotlib \
 
29
  ENV PORT=5007 \
30
  HOST=0.0.0.0
31
 
 
32
  ENV HOME=/tmp \
33
  XDG_CACHE_HOME=/tmp/.cache \
34
  MPLCONFIGDIR=/tmp/matplotlib \
ui/app.py CHANGED
@@ -236,7 +236,7 @@ class StudioApp(param.Parameterized):
236
 
237
  def build_template(self) -> pn.template.FastListTemplate:
238
  template = pn.template.FastListTemplate(
239
- title="mRNA Design Studio",
240
  logo=_DNA_LOGO,
241
  sidebar=[pn.panel(self._sidebar_comp.panel)],
242
  sidebar_width=250,
@@ -289,7 +289,7 @@ def main() -> None:
289
  port=port,
290
  address=host,
291
  autoreload=os.environ.get("MRNA_STUDIO_RELOAD", "0") == "1",
292
- title="mRNA Design Studio",
293
  show=False, # no browser in prod
294
  websocket_origin="*",
295
  allow_websocket_origin=["*"],
 
236
 
237
  def build_template(self) -> pn.template.FastListTemplate:
238
  template = pn.template.FastListTemplate(
239
+ title="mRNA Data Management Platform",
240
  logo=_DNA_LOGO,
241
  sidebar=[pn.panel(self._sidebar_comp.panel)],
242
  sidebar_width=250,
 
289
  port=port,
290
  address=host,
291
  autoreload=os.environ.get("MRNA_STUDIO_RELOAD", "0") == "1",
292
+ title="mRNA Data Management Platform",
293
  show=False, # no browser in prod
294
  websocket_origin="*",
295
  allow_websocket_origin=["*"],