Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import gradio as gr
|
3 |
from dotenv import load_dotenv
|
4 |
from openai import OpenAI
|
5 |
-
from prompts.main_prompt import MAIN_PROMPT
|
6 |
|
7 |
# Load API key from .env file
|
8 |
if os.path.exists(".env"):
|
|
|
2 |
import gradio as gr
|
3 |
from dotenv import load_dotenv
|
4 |
from openai import OpenAI
|
5 |
+
from prompts.main_prompt import MAIN_PROMPT # Ensure this file exists and is fixed
|
6 |
|
7 |
# Load API key from .env file
|
8 |
if os.path.exists(".env"):
|