meesamraza commited on
Commit
d68ff83
·
verified ·
1 Parent(s): 08231ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- "import os
2
  from groq import Groq
3
  import streamlit as st
4
  from dotenv import load_dotenv
@@ -54,4 +54,3 @@ def main():
54
 
55
  if __name__ == "__main__":
56
  main()
57
- " add submit button and if the question is out of the relate the massges print other wise the output show the answer
 
1
+ import os
2
  from groq import Groq
3
  import streamlit as st
4
  from dotenv import load_dotenv
 
54
 
55
  if __name__ == "__main__":
56
  main()