Spaces:
Sleeping
Sleeping
Add cat emoji
Browse files
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("#
|
| 110 |
gr.Markdown(
|
| 111 |
-
"Paste the text of a software license, choose an AI model, and get
|
| 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 |
|