Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
import anthropic
|
| 3 |
import os
|
| 4 |
import base64
|
|
|
|
| 5 |
from streamlit.components.v1 import html
|
| 6 |
|
| 7 |
# Set up the Anthropic client
|
|
|
|
| 2 |
import anthropic
|
| 3 |
import os
|
| 4 |
import base64
|
| 5 |
+
import streamlit as st
|
| 6 |
from streamlit.components.v1 import html
|
| 7 |
|
| 8 |
# Set up the Anthropic client
|