Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import time
|
|
4 |
import requests
|
5 |
import json
|
6 |
import plotly.express as px
|
|
|
7 |
|
8 |
# Model options for dropdown with both Together AI and Anthropic models
|
9 |
together_models = [
|
|
|
4 |
import requests
|
5 |
import json
|
6 |
import plotly.express as px
|
7 |
+
import pandas as pd
|
8 |
|
9 |
# Model options for dropdown with both Together AI and Anthropic models
|
10 |
together_models = [
|