jiehou commited on
Commit
896591a
1 Parent(s): 24523b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -32,8 +32,6 @@ set_out6 = gr.outputs.Textbox(label = "%G~C content:")
32
  interface = gr.Interface(fn=calculate_GC,
33
  inputs=input_module,
34
  outputs=[set_out1,set_out2,set_out3,set_out4,set_out5,set_out6],
35
- examples_per_page = 2,
36
- examples = get_sample_data(10),
37
  title="CSCI1020 Demo 1: Web Application for Genomics %G~C Content Calculator",
38
  description= "Click examples below for a quick demo",
39
  theme = 'huggingface',
 
32
  interface = gr.Interface(fn=calculate_GC,
33
  inputs=input_module,
34
  outputs=[set_out1,set_out2,set_out3,set_out4,set_out5,set_out6],
 
 
35
  title="CSCI1020 Demo 1: Web Application for Genomics %G~C Content Calculator",
36
  description= "Click examples below for a quick demo",
37
  theme = 'huggingface',