Spaces:
Running
Running
Update app_pyvis_new.py
Browse files- app_pyvis_new.py +3 -0
app_pyvis_new.py
CHANGED
@@ -751,6 +751,9 @@ def build_interface():
|
|
751 |
# Button to save the data
|
752 |
save_button = gr.Button("Save Your Answer")
|
753 |
|
|
|
|
|
|
|
754 |
# Button to process new node
|
755 |
process_button = gr.Button("Add New Node")
|
756 |
|
|
|
751 |
# Button to save the data
|
752 |
save_button = gr.Button("Save Your Answer")
|
753 |
|
754 |
+
# Feedback message
|
755 |
+
feedback_message = gr.Markdown("", visible=False)
|
756 |
+
|
757 |
# Button to process new node
|
758 |
process_button = gr.Button("Add New Node")
|
759 |
|