Spaces:
Running
Running
Nattapong Tapachoom
commited on
Commit
·
8f1a368
1
Parent(s):
0d08088
Fix formatting in analyze_text function to improve output readability
Browse files
app.py
CHANGED
@@ -84,10 +84,10 @@ def analyze_text(text, model_name):
|
|
84 |
results.append(f"\n📋 **สรุป:** วิเคราะห์ทั้งหมด {total_sentences} ประโยค")
|
85 |
|
86 |
return "\n".join(results)
|
87 |
-
|
88 |
demo.launch()
|
89 |
|
90 |
|
|
|
91 |
with gr.Blocks(
|
92 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="purple", neutral_hue="gray"),
|
93 |
css="""
|
|
|
84 |
results.append(f"\n📋 **สรุป:** วิเคราะห์ทั้งหมด {total_sentences} ประโยค")
|
85 |
|
86 |
return "\n".join(results)
|
|
|
87 |
demo.launch()
|
88 |
|
89 |
|
90 |
+
|
91 |
with gr.Blocks(
|
92 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="purple", neutral_hue="gray"),
|
93 |
css="""
|