Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# app.py — minimal for LLM + RAG (no MCP)
|
2 |
-
import os, json, random
|
3 |
from datetime import datetime
|
4 |
import streamlit as st
|
5 |
|
|
|
1 |
# app.py — minimal for LLM + RAG (no MCP)
|
2 |
+
import os, json, random, uuid
|
3 |
from datetime import datetime
|
4 |
import streamlit as st
|
5 |
|