Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import openai
|
3 |
|
4 |
# Set up your OpenAI API key
|
5 |
-
openai.api_key = "
|
6 |
|
7 |
# Define the function to handle the user's inputs and generate the output
|
8 |
def process_quote(quote, action, target_language):
|
|
|
2 |
import openai
|
3 |
|
4 |
# Set up your OpenAI API key
|
5 |
+
openai.api_key = ""
|
6 |
|
7 |
# Define the function to handle the user's inputs and generate the output
|
8 |
def process_quote(quote, action, target_language):
|