Spaces:
Runtime error
Runtime error
Aaron Thomas Mathew commited on
reverse changes
Browse files
app.py
CHANGED
|
@@ -1,17 +1,8 @@
|
|
| 1 |
import os
|
| 2 |
-
|
| 3 |
import uuid
|
| 4 |
import logging
|
| 5 |
from git import Repo
|
| 6 |
-
import pandas as pd
|
| 7 |
-
import gradio as gr
|
| 8 |
-
from datetime import datetime, timedelta
|
| 9 |
-
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 10 |
-
from langchain.chains import ConversationChain
|
| 11 |
-
from langchain.memory import ConversationBufferMemory
|
| 12 |
-
|
| 13 |
-
logging.basicConfig(level=logging.INFO)
|
| 14 |
-
|
| 15 |
# Retrieve GitHub personal access token and configure repository URL
|
| 16 |
GITHUB_PAT = os.getenv("GITHUB_PAT")
|
| 17 |
REPO_URL = f"https://YOUR_USERNAME:{GITHUB_PAT}@github.com/aaronmat1905/DataCraftorSecured.git"
|
|
|
|
| 1 |
import os
|
| 2 |
+
|
| 3 |
import uuid
|
| 4 |
import logging
|
| 5 |
from git import Repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# Retrieve GitHub personal access token and configure repository URL
|
| 7 |
GITHUB_PAT = os.getenv("GITHUB_PAT")
|
| 8 |
REPO_URL = f"https://YOUR_USERNAME:{GITHUB_PAT}@github.com/aaronmat1905/DataCraftorSecured.git"
|