Spaces:
Running
Running
Nattapong Tapachoom
commited on
Commit
·
db0280f
1
Parent(s):
a638e77
Add status message display to the interface
Browse files
app.py
CHANGED
@@ -928,6 +928,10 @@ def create_interface():
|
|
928 |
headers=["id", "task_type", "input", "output", "quality_score"],
|
929 |
interactive=False
|
930 |
)
|
|
|
|
|
|
|
|
|
931 |
|
932 |
with gr.TabItem("📈 รายงานคุณภาพ"):
|
933 |
quality_report = gr.JSON(
|
|
|
928 |
headers=["id", "task_type", "input", "output", "quality_score"],
|
929 |
interactive=False
|
930 |
)
|
931 |
+
status_message = gr.Markdown(
|
932 |
+
value="",
|
933 |
+
visible=True
|
934 |
+
)
|
935 |
|
936 |
with gr.TabItem("📈 รายงานคุณภาพ"):
|
937 |
quality_report = gr.JSON(
|