add copy button
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@ with demo:
|
|
39 |
|
40 |
gr.Examples(examples=examples, inputs=[teacher_name, school_board, subject, grade_level, learning_objective, activity, assessment, resource])
|
41 |
|
42 |
-
search_output = gr.Textbox(label="Content Discovery Search String")
|
43 |
graph_output = gr.Image(label="Your Educational Landscape")
|
44 |
-
message_output = gr.Textbox(label="Landscape Status")
|
45 |
|
46 |
def handle_generate(teacher_name, subject, grade_level, learning_objective, activity, assessment, resource, school_board):
|
47 |
try:
|
|
|
39 |
|
40 |
gr.Examples(examples=examples, inputs=[teacher_name, school_board, subject, grade_level, learning_objective, activity, assessment, resource])
|
41 |
|
42 |
+
search_output = gr.Textbox(label="Content Discovery Search String", show_copy_button=True)
|
43 |
graph_output = gr.Image(label="Your Educational Landscape")
|
44 |
+
message_output = gr.Textbox(label="Landscape Status", show_copy_button=True)
|
45 |
|
46 |
def handle_generate(teacher_name, subject, grade_level, learning_objective, activity, assessment, resource, school_board):
|
47 |
try:
|