hsienchen commited on
Commit
1a2a169
1 Parent(s): 86dbb64

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +3 -1
app2.py CHANGED
@@ -124,7 +124,9 @@ def sentence_builder(animal, place):
124
  with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
125
  with gr.Column():
126
  outputbox = gr.Textbox(label="here are the plans...")
127
- image_box = gr.Image(type="filepath")
 
 
128
 
129
  btn = gr.Button("Make a Plan")
130
  clicked = btn.click(app1_query,
 
124
  with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
125
  with gr.Column():
126
  outputbox = gr.Textbox(label="here are the plans...")
127
+ btn_Save = gr.Button("save to email")
128
+
129
+ image_box = gr.Image(type="filepath")
130
 
131
  btn = gr.Button("Make a Plan")
132
  clicked = btn.click(app1_query,