You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/gen-ai-agents/csvpdf_analyzer/readme.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ key_file=~/.oci/oci_api_key.pem
42
42
2. Start the Chatbot
43
43
44
44
Streamlit UI
45
-
```streamlit run assistant_ui_langgraph.py
46
-
```
45
+
streamlit run assistant_ui_langgraph.py
47
46
48
47
You will see a full chat interface with support for uploading CSVs and PDFs, asking questions, and receiving answers backed by the AI Agent (csv_analyzer_agent.py).
0 commit comments