Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline, AutoConfig, AutoTokenizer, AutoModelForSeq2Se
4
  from peft import PeftModel, PeftConfigimport streamlit as st
5
  from streamlit_theme import theme
6
 
7
- st.set_theme("pseudolab/huggingface-korea-theme')
8
 
9
  #Note this should be used always in compliance with applicable laws and regulations if used with real patient data.
10
 
 
4
  from peft import PeftModel, PeftConfigimport streamlit as st
5
  from streamlit_theme import theme
6
 
7
+ st.set_theme('pseudolab/huggingface-korea-theme')
8
 
9
  #Note this should be used always in compliance with applicable laws and regulations if used with real patient data.
10