Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,6 @@ from datetime import datetime
|
|
4 |
import hashlib
|
5 |
import gradio as gr
|
6 |
|
7 |
-
from dotenv import load_dotenv
|
8 |
-
load_dotenv()
|
9 |
-
|
10 |
from gen_api_answer import (
|
11 |
atla_parse_model_response,
|
12 |
get_atla_response
|
|
|
4 |
import hashlib
|
5 |
import gradio as gr
|
6 |
|
|
|
|
|
|
|
7 |
from gen_api_answer import (
|
8 |
atla_parse_model_response,
|
9 |
get_atla_response
|