Naz786 commited on
Commit
87467e6
·
verified ·
1 Parent(s): dbbb26b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="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")
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