Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import os
|
|
| 4 |
import json
|
| 5 |
import pandas as pd
|
| 6 |
import plotly.graph_objects as go
|
|
|
|
| 7 |
|
| 8 |
# Function to call the Together AI model for the initial analysis
|
| 9 |
def call_ai_model_initial(all_message):
|
|
|
|
| 4 |
import json
|
| 5 |
import pandas as pd
|
| 6 |
import plotly.graph_objects as go
|
| 7 |
+
import time
|
| 8 |
|
| 9 |
# Function to call the Together AI model for the initial analysis
|
| 10 |
def call_ai_model_initial(all_message):
|