Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 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()
|
|
|