Luong Huu Thanh commited on
Commit
69512fd
Β·
1 Parent(s): 1ad9b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -28
app.py CHANGED
@@ -926,34 +926,6 @@ def create_qna_interface():
926
  outputs=[download_file],
927
  show_progress=True
928
  )
929
-
930
- # Enhanced Footer with better styling
931
- with gr.Row(elem_classes="footer"):
932
- gr.Markdown(
933
- """
934
- ### πŸ“‹ **Important Information**
935
-
936
- <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 20px 0;">
937
- <div style="text-align: left;">
938
- <strong>⏱️ Processing Time</strong><br>
939
- <small>Complex questions may take time. Please be patient!</small>
940
- </div>
941
- <div style="text-align: left;">
942
- <strong>πŸ“ Supported Files</strong><br>
943
- <small>Images, Documents, CSV, Excel, Code files</small>
944
- </div>
945
- <div style="text-align: left;">
946
- <strong>πŸ”§ Powered By</strong><br>
947
- <small>LangGraph, Groq, and specialized AI tools</small>
948
- </div>
949
- </div>
950
-
951
- <div style="margin-top: 20px; padding-top: 20px; border-top: 1px solid #e2e8f0; text-align: center;">
952
- <span style="color: #667eea; font-weight: 600;">πŸ€– GAIA Agent</span> -
953
- <span style="color: #718096;">Advanced AI Assistant for Complex Tasks</span>
954
- </div>
955
- """
956
- )
957
 
958
  return demo
959
 
 
926
  outputs=[download_file],
927
  show_progress=True
928
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
 
930
  return demo
931