Spaces:
Sleeping
Sleeping
Tiffanynngg
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from sentence_transformers import SentenceTransformer, util
|
3 |
import openai
|
4 |
import os
|
5 |
-
import webbrowser
|
6 |
|
7 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
8 |
|
@@ -141,4 +140,3 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
141 |
# Launch the Gradio app to allow user interaction
|
142 |
demo.launch(share = True)
|
143 |
|
144 |
-
background: radial-gradient(circle at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209,249)100.2%);
|
|
|
2 |
from sentence_transformers import SentenceTransformer, util
|
3 |
import openai
|
4 |
import os
|
|
|
5 |
|
6 |
os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
7 |
|
|
|
140 |
# Launch the Gradio app to allow user interaction
|
141 |
demo.launch(share = True)
|
142 |
|
|