kolibril13 commited on
Commit
cb29d05
1 Parent(s): 7e5c044

add content

Browse files
pages/00_home.ipynb CHANGED
@@ -15,7 +15,8 @@
15
  " markdown = \"\"\"\n",
16
  " ## Solara for Blender Rendering\n",
17
  " \n",
18
- " Hello World!\n",
 
19
  "\n",
20
  " \"\"\"\n",
21
  "\n",
 
15
  " markdown = \"\"\"\n",
16
  " ## Solara for Blender Rendering\n",
17
  " \n",
18
+ " Welcome!\n",
19
+ " In the above menu, select a page like \"Minimal\" or \"Molecule\".\n",
20
  "\n",
21
  " \"\"\"\n",
22
  "\n",
pages/{01_molecule.ipynb → 01_minimal.ipynb} RENAMED
@@ -20,9 +20,9 @@
20
  "def Page():\n",
21
  " checkbox = solara.Checkbox(label=\"Start Rendering?\", value=start_button)\n",
22
  " if not start_button.value:\n",
23
- " solara.Warning(\"Rendering is off, you might want to turn it on\")\n",
24
  " else:\n",
25
- " solara.Success(\"Rendering started. Takes about 10 Seconds\")\n",
26
  "\n",
27
  "\n",
28
  "\n",
 
20
  "def Page():\n",
21
  " checkbox = solara.Checkbox(label=\"Start Rendering?\", value=start_button)\n",
22
  " if not start_button.value:\n",
23
+ " solara.Warning(\"Rendering is off, you might want to turn it on and wait for 10 seconds!\")\n",
24
  " else:\n",
25
+ " solara.Success(\"Rendering complete. \")\n",
26
  "\n",
27
  "\n",
28
  "\n",
pages/02_molecule.ipynb ADDED
The diff for this file is too large to render. See raw diff