Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def run_code(code, groq_api_key):
|
|
96 |
|
97 |
# Define the Gradio interface
|
98 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
99 |
-
gr.Markdown("""## Plot and Describe - Powered by Groq
|
100 |
|
101 |
**⚠️ Disclaimer:** Generative models may hallucinate or produce incorrect outputs. This tool is built for demonstration purposes only and should not be relied upon for critical analysis or decision-making.
|
102 |
""", elem_id="disclaimer")
|
|
|
96 |
|
97 |
# Define the Gradio interface
|
98 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
99 |
+
gr.Markdown("""## Plot and Describe - Inference Powered by [Groq](https://groq.com/)
|
100 |
|
101 |
**⚠️ Disclaimer:** Generative models may hallucinate or produce incorrect outputs. This tool is built for demonstration purposes only and should not be relied upon for critical analysis or decision-making.
|
102 |
""", elem_id="disclaimer")
|