pplonski commited on
Commit
deffb0f
·
1 Parent(s): 06b3a9c

Update text.ipynb

Browse files
Files changed (1) hide show
  1. text.ipynb +2 -2
text.ipynb CHANGED
@@ -18,7 +18,7 @@
18
  "outputs": [
19
  {
20
  "data": {
21
- "application/mercury+json": "{\n \"widget\": \"App\",\n \"title\": \"Text\",\n \"description\": \"Demo of Text widget\",\n \"show_code\": true,\n \"show_prompt\": false,\n \"output\": \"app\",\n \"schedule\": \"\",\n \"notify\": \"{}\",\n \"continuous_update\": true,\n \"static_notebook\": false,\n \"show_sidebar\": true,\n \"full_screen\": true,\n \"allow_download\": true,\n \"model_id\": \"mercury-app\",\n \"code_uid\": \"App.0.40.24.1-rande67e72ed\"\n}",
22
  "text/html": [
23
  "<h3>Mercury Application</h3><small>This output won't appear in the web app.</small>"
24
  ],
@@ -31,7 +31,7 @@
31
  }
32
  ],
33
  "source": [
34
- "app = mr.App(title=\"Text\", description=\"Demo of Text widget\", show_code=True)"
35
  ]
36
  },
37
  {
 
18
  "outputs": [
19
  {
20
  "data": {
21
+ "application/mercury+json": "{\n \"widget\": \"App\",\n \"title\": \"Text\",\n \"description\": \"Demo of Text widget\",\n \"show_code\": true,\n \"show_prompt\": false,\n \"output\": \"app\",\n \"schedule\": \"\",\n \"notify\": \"{}\",\n \"continuous_update\": true,\n \"static_notebook\": true,\n \"show_sidebar\": true,\n \"full_screen\": true,\n \"allow_download\": true,\n \"model_id\": \"mercury-app\",\n \"code_uid\": \"App.0.40.24.1-rande67e72ed\"\n}",
22
  "text/html": [
23
  "<h3>Mercury Application</h3><small>This output won't appear in the web app.</small>"
24
  ],
 
31
  }
32
  ],
33
  "source": [
34
+ "app = mr.App(title=\"Text\", description=\"Demo of Text widget\", show_code=True, static_notebook=True)"
35
  ]
36
  },
37
  {