Junr-syl commited on
Commit
67a38f8
·
1 Parent(s): aa02adf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ models={'Roberta': 'Junr-syl/sentiments_analysis_Roberta',
32
  'Distilbert':'Junr-syl/sentiments_analysis_DISTILBERT'}
33
 
34
  with exp:
35
- model=st.selectbox('Which model would you want to Use?',('Bert','Roberta','Distilbert'))
36
 
37
  selected_model=models[model]
38
  #Click continue if no model is selected
 
32
  'Distilbert':'Junr-syl/sentiments_analysis_DISTILBERT'}
33
 
34
  with exp:
35
+ model=st.selectbox('Which model would you want to Use?',('Distilbert','Bert','Roberta'))
36
 
37
  selected_model=models[model]
38
  #Click continue if no model is selected