Raghu commited on
Commit
53ff1f6
·
1 Parent(s): 066d3c0

Add credits and GitHub link to landing page

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -871,6 +871,10 @@ with gr.Blocks(title="Receipt Processing Agent", theme=gr.themes.Soft(), css=CUS
871
  <div class="main-header">
872
  <h1>Receipt Processing Agent</h1>
873
  <p>Ensemble classification, OCR, field extraction, and anomaly detection</p>
 
 
 
 
874
  </div>
875
  """)
876
 
 
871
  <div class="main-header">
872
  <h1>Receipt Processing Agent</h1>
873
  <p>Ensemble classification, OCR, field extraction, and anomaly detection</p>
874
+ <p style="margin-top: 12px; font-size: 14px; color: #9ca3af;">Built by Emily, John, Luke, Michael and Raghu</p>
875
+ <p style="margin-top: 8px; font-size: 14px;">
876
+ <a href="https://github.com/RogueTex/StreamingDataforModelTraining#readme" target="_blank" style="color: #22c55e; text-decoration: none; border-bottom: 1px solid #22c55e;">Read more here →</a>
877
+ </p>
878
  </div>
879
  """)
880