jsmanrique commited on
Commit
74b79b1
·
verified ·
1 Parent(s): 281b21c

Add cat emoji

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,9 +106,9 @@ def analyze_license(model_display_name, license_text):
106
 
107
  # --- Gradio UI ---
108
  with gr.Blocks(theme=gr.themes.Soft()) as app:
109
- gr.Markdown("# ⚖️ AI Software Licenses Analyzer")
110
  gr.Markdown(
111
- "Paste the text of a software license, choose an AI model, and get a clear and structured biref. "
112
  "Brief quality will depend on model's capacity to follow instructions."
113
  )
114
 
 
106
 
107
  # --- Gradio UI ---
108
  with gr.Blocks(theme=gr.themes.Soft()) as app:
109
+ gr.Markdown("# License 🐱 Analyzer")
110
  gr.Markdown(
111
+ "Paste the text of a software license, choose an AI model, and get its clear and structured brief. "
112
  "Brief quality will depend on model's capacity to follow instructions."
113
  )
114