Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,14 @@ import openai
|
|
| 10 |
import plotly
|
| 11 |
import gradio as gr
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Data Retrieval
|
| 14 |
-
|
| 15 |
|
| 16 |
def getData(tlspc_api_key, openai_api_key):
|
| 17 |
try:
|
|
|
|
| 10 |
import plotly
|
| 11 |
import gradio as gr
|
| 12 |
|
| 13 |
+
# Initiate functions to be defined with API key input.
|
| 14 |
+
def prompt_analyze_questions():
|
| 15 |
+
pass
|
| 16 |
+
|
| 17 |
+
def prompt_analyze_reporting():
|
| 18 |
+
pass
|
| 19 |
+
|
| 20 |
# Data Retrieval
|
|
|
|
| 21 |
|
| 22 |
def getData(tlspc_api_key, openai_api_key):
|
| 23 |
try:
|