This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import openai | |
import json | |
import pandas as pd | |
from Bio import Entrez | |
from datetime import datetime | |
from PyQt6 import QtWidgets, QtGui | |
from PyQt6.QtCore import Qt | |
# Replace with your own ChatGPT API key |