Sasidhar commited on
Commit
f348d15
·
1 Parent(s): 8b267f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_classification(candidate_labels):
46
  data = {'Class': classification_output['labels'], 'Scores': classification_output['scores']}
47
  df = pd.DataFrame(data)
48
  df = df.sort_values(by='Scores', ascending=False)
49
- fig = px.bar(df, x='Scores', y='Class', orientation='h', width=500, height=300)
50
  fig.update_layout(
51
  yaxis=dict(
52
  autorange='reversed'
 
46
  data = {'Class': classification_output['labels'], 'Scores': classification_output['scores']}
47
  df = pd.DataFrame(data)
48
  df = df.sort_values(by='Scores', ascending=False)
49
+ fig = px.bar(df, x='Scores', y='Class', orientation='h', width=300, height=300)
50
  fig.update_layout(
51
  yaxis=dict(
52
  autorange='reversed'