Andrei tomut commited on
Commit
87f2929
1 Parent(s): f19b656
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -12,12 +12,10 @@ with gr.Blocks() as latmatcher:
12
  with gr.TabItem(label="file"):
13
  with gr.Row():
14
  with gr.Column(scale=1, min_width=400):
15
- exampple_file_a = gr.File(label="example file:",value="EXAMPLES/1WSe2-1.xyz" )
16
  file_material_a = gr.File(label="material A file", )
17
  with gr.Column(scale=1, min_width=400):
18
- exampple_file_b = gr.File(label="example file:",value="EXAMPLES/2C-1.xyz" )
19
- file_source_b = gr.Dropdown(["c2db.json", ".xyz", "bespoke.json"],
20
- label="format", info="Select file format")
21
  file_material_b = gr.File(label="material B file", )
22
 
23
  max_angle = gr.Slider(0, 180, label=" max Angle:", step=1)
 
12
  with gr.TabItem(label="file"):
13
  with gr.Row():
14
  with gr.Column(scale=1, min_width=400):
15
+ example_file_a = gr.File(label="example file:",value="EXAMPLES/1WSe2-1.xyz" )
16
  file_material_a = gr.File(label="material A file", )
17
  with gr.Column(scale=1, min_width=400):
18
+ example_file_b = gr.File(label="example file:",value="EXAMPLES/2C-1.xyz" )
 
 
19
  file_material_b = gr.File(label="material B file", )
20
 
21
  max_angle = gr.Slider(0, 180, label=" max Angle:", step=1)