Update app.py
Browse files
app.py
CHANGED
@@ -82,8 +82,8 @@ with gr.Blocks() as b:
|
|
82 |
# with gr.Tab("Save Settings"):
|
83 |
# save_btn=gr.Button("Save")
|
84 |
# save_file=gr.File()
|
85 |
-
|
86 |
-
|
87 |
# with gr.Column(scale=1):
|
88 |
# expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
|
89 |
# expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
|
|
|
82 |
# with gr.Tab("Save Settings"):
|
83 |
# save_btn=gr.Button("Save")
|
84 |
# save_file=gr.File()
|
85 |
+
with gr.Tab("Load Settings"):
|
86 |
+
load_file=gr.File()
|
87 |
# with gr.Column(scale=1):
|
88 |
# expbtn1=gr.Button("Example 1").click(exp1,None,[in_txt,load_file])
|
89 |
# expbtn2=gr.Button("Example 2").click(exp2,None,[in_txt,load_file])
|