ktejeshnaidu commited on
Commit
03033fc
·
verified ·
1 Parent(s): f590c6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -3,10 +3,16 @@ DocuMind - Streamlit Frontend for HuggingFace Spaces
3
  Simplified version that works with existing FastAPI backend
4
  """
5
 
 
 
 
 
 
6
  import streamlit as st
7
  import json
8
  import os
9
  import time
 
10
 
11
  # ============================================================================
12
  # STREAMLIT CONFIG (Must be first)
 
3
  Simplified version that works with existing FastAPI backend
4
  """
5
 
6
+ """
7
+ DocuMind - Streamlit Frontend for HuggingFace Spaces
8
+ Simplified version that works with existing FastAPI backend
9
+ """
10
+
11
  import streamlit as st
12
  import json
13
  import os
14
  import time
15
+ import requests
16
 
17
  # ============================================================================
18
  # STREAMLIT CONFIG (Must be first)