Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from groq import Groq
|
|
4 |
st.set_page_config(page_title="Q-Audit – Qubic Smart Contract Auditor", page_icon="🛡️")
|
5 |
st.title("🛡️ Q-Audit – C++ Smart Contract Auditor for Qubic")
|
6 |
|
7 |
-
client = Groq(api_key="
|
8 |
|
9 |
user_code = st.text_area("Paste your Qubic C++ Smart Contract Code:")
|
10 |
|
|
|
4 |
st.set_page_config(page_title="Q-Audit – Qubic Smart Contract Auditor", page_icon="🛡️")
|
5 |
st.title("🛡️ Q-Audit – C++ Smart Contract Auditor for Qubic")
|
6 |
|
7 |
+
client = Groq(api_key="")
|
8 |
|
9 |
user_code = st.text_area("Paste your Qubic C++ Smart Contract Code:")
|
10 |
|