candenizkocak commited on
Commit
5be508e
·
verified ·
1 Parent(s): 0ab31cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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[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")
 
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")