Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
from clarifai.client.model import Model
|
4 |
|
5 |
# Read API key from environment variable
|
6 |
-
api_key = os.getenv("
|
7 |
|
8 |
# Function to get prediction from the model
|
9 |
def get_model_prediction(prompt):
|
|
|
3 |
from clarifai.client.model import Model
|
4 |
|
5 |
# Read API key from environment variable
|
6 |
+
api_key = os.getenv("CodestralPat")
|
7 |
|
8 |
# Function to get prediction from the model
|
9 |
def get_model_prediction(prompt):
|