geninhu commited on
Commit
a963ddc
·
1 Parent(s): 3b69916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ inputs = [gr.Slider(minimum=0, maximum=3000, step=1, label='Choose a random numb
81
 
82
  # the app outputs two segmented images
83
  output = [
84
- gr.Textbox(label='Probability of this transaction is fraudulent:'),
85
  gr.Dataframe(headers = ['Time', 'V1', 'V2', 'V3', 'V4', 'V5', 'V6', 'V7', 'V8', 'V9', 'V10', 'V11', 'V12', 'V13', 'V14', 'V15', 'V16', 'V17', 'V18', 'V19', 'V20', 'V21',
86
  'V22', 'V23', 'V24', 'V25', 'V26', 'V27', 'V28', 'Amount'],
87
  max_rows = 1, row_count = 1, max_cols = 30, col_count = 30,
 
81
 
82
  # the app outputs two segmented images
83
  output = [
84
+ gr.Textbox(label=''),
85
  gr.Dataframe(headers = ['Time', 'V1', 'V2', 'V3', 'V4', 'V5', 'V6', 'V7', 'V8', 'V9', 'V10', 'V11', 'V12', 'V13', 'V14', 'V15', 'V16', 'V17', 'V18', 'V19', 'V20', 'V21',
86
  'V22', 'V23', 'V24', 'V25', 'V26', 'V27', 'V28', 'Amount'],
87
  max_rows = 1, row_count = 1, max_cols = 30, col_count = 30,