Raghu commited on
Commit
6ff2d52
·
1 Parent(s): 2474cec

Fix indentation after per-section feedback block

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -978,20 +978,6 @@ submit_feedback.click(
978
  inputs=[feedback_assessment, feedback_notes, results_json, gr.State("overall")],
979
  outputs=feedback_status
980
  )
981
-
982
- gr.Markdown("""
983
- ---
984
- ### About This Demo
985
-
986
- This is a simplified version of the full pipeline for demonstration purposes.
987
- The complete system includes:
988
- - LayoutLMv3 for advanced field extraction
989
- - 4-model anomaly detection ensemble
990
- - LangGraph agentic workflow
991
- - Human feedback loop with model fine-tuning
992
-
993
- **Repository**: [GitHub](https://github.com/RogueTex/StreamingDataforModelTraining)
994
- """)
995
 
996
 
997
  # Launch (Spaces needs share=True when localhost is blocked)
 
978
  inputs=[feedback_assessment, feedback_notes, results_json, gr.State("overall")],
979
  outputs=feedback_status
980
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
981
 
982
 
983
  # Launch (Spaces needs share=True when localhost is blocked)