Spaces:
Runtime error
Runtime error
taratrankennedy
commited on
Commit
•
9b175d5
1
Parent(s):
fb38d80
Import pandas library
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
|
|
2 |
from sentence_transformers import SentenceTransformer, util
|
3 |
import openai
|
4 |
import os
|
|
|
|
|
5 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
6 |
# Initialize paths and model identifiers for easy configuration and maintenance
|
7 |
filename = "output_topic_details.txt" # Path to the file storing chess-specific details
|
|
|
2 |
from sentence_transformers import SentenceTransformer, util
|
3 |
import openai
|
4 |
import os
|
5 |
+
import pandas as pd
|
6 |
+
|
7 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
8 |
# Initialize paths and model identifiers for easy configuration and maintenance
|
9 |
filename = "output_topic_details.txt" # Path to the file storing chess-specific details
|