dar-tau commited on
Commit
8d98842
1 Parent(s): c6c8075

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with demo:
50
  choices=[x.split('</s> ')[1] for x in dataset['text']],
51
  value=0, min_width=300, type='index')
52
  vis_dropdown = gr.Dropdown(label="Visualization", choices=[x.value for x in VisType] + [f'Layer #{i}' for i in range(num_layers)],
53
- min_width=50, value=VisType.SUM, type='value')
54
  btn = gr.Button("Run", min_width=30)
55
  output = gr.Plot(label="Plot", container=True)
56
  metrics = gr.Label("Metrics")
 
50
  choices=[x.split('</s> ')[1] for x in dataset['text']],
51
  value=0, min_width=300, type='index')
52
  vis_dropdown = gr.Dropdown(label="Visualization", choices=[x.value for x in VisType] + [f'Layer #{i}' for i in range(num_layers)],
53
+ min_width=70, value=VisType.SUM, type='value')
54
  btn = gr.Button("Run", min_width=30)
55
  output = gr.Plot(label="Plot", container=True)
56
  metrics = gr.Label("Metrics")