Spaces:
Running
Running
Update app.py
Browse files
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)
|