Update app2.py
Browse files
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 |
-
|
|
|
|
|
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,
|