espejelomar commited on
Commit
4101b45
1 Parent(s): 4eb6e91

fix errors

Browse files
posts/1_blog_in_spaces.py CHANGED
@@ -3,9 +3,9 @@ import streamlit as st
3
  from stmol import showmol
4
  import py3Dmol
5
 
6
- title = "T&T1 - Create interactive blog posts with Streamlit and Spaces"
7
- description = "Learn about how to host interactive blogs using Streamlit, GitHub and Spaces."
8
- date = "2022-01-20"
9
  thumbnail = "assets/1_thumbnail.png"
10
 
11
  def run_article():
 
3
  from stmol import showmol
4
  import py3Dmol
5
 
6
+ titulo = "T&T1 - Create interactive blog posts with Streamlit and Spaces"
7
+ descripcion = "Learn about how to host interactive blogs using Streamlit, GitHub and Spaces."
8
+ fecha = "2022-01-20"
9
  thumbnail = "assets/1_thumbnail.png"
10
 
11
  def run_article():
posts/2_private_models.py CHANGED
@@ -1,9 +1,9 @@
1
  import streamlit as st
2
  import streamlit.components.v1 as components
3
 
4
- title = "T&T2 - Craft demos of private models"
5
- description = "Build public, shareable models of private models."
6
- date = "2022-01-27"
7
  thumbnail = "assets/2_thumbnail.png"
8
 
9
 
 
1
  import streamlit as st
2
  import streamlit.components.v1 as components
3
 
4
+ titulo = "T&T2 - Craft demos of private models"
5
+ descripcion = "Build public, shareable models of private models."
6
+ fecha = "2022-01-27"
7
  thumbnail = "assets/2_thumbnail.png"
8
 
9