nurindahpratiwi commited on
Commit
da929ea
1 Parent(s): 4d6285b
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ def main():
30
  }
31
  </style>
32
  """
 
33
  st.write(css, unsafe_allow_html=True)
34
 
35
  if "conversation" not in st.session_state:
 
30
  }
31
  </style>
32
  """
33
+ st.components.v1.html(custom_html)
34
  st.write(css, unsafe_allow_html=True)
35
 
36
  if "conversation" not in st.session_state: