move button
Browse files
app.py
CHANGED
@@ -160,7 +160,6 @@ with demo:
|
|
160 |
|
161 |
with gr.Row():
|
162 |
generate_btn = gr.Button("Map Your Lesson Plan")
|
163 |
-
graph_btn = gr.Button("Display Graph (JSON)")
|
164 |
clear_btn = gr.Button("Clear Landscape")
|
165 |
|
166 |
|
@@ -173,6 +172,7 @@ with demo:
|
|
173 |
|
174 |
search_output = gr.Textbox(label="Content Discovery Search String")
|
175 |
graph_output = gr.Image(label="Your Educational Landscape")
|
|
|
176 |
message_output = gr.Textbox(label="Landscape Status")
|
177 |
|
178 |
generate_btn.click(
|
|
|
160 |
|
161 |
with gr.Row():
|
162 |
generate_btn = gr.Button("Map Your Lesson Plan")
|
|
|
163 |
clear_btn = gr.Button("Clear Landscape")
|
164 |
|
165 |
|
|
|
172 |
|
173 |
search_output = gr.Textbox(label="Content Discovery Search String")
|
174 |
graph_output = gr.Image(label="Your Educational Landscape")
|
175 |
+
graph_btn = gr.Button("Display Graph (JSON)")
|
176 |
message_output = gr.Textbox(label="Landscape Status")
|
177 |
|
178 |
generate_btn.click(
|