docs: Add Hugging Face metadata to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LogViewer
|
| 2 |
|
| 3 |
LogViewer is a versatile tool designed for efficient viewing and filtering of log files. It offers both a user-friendly web interface built with Gradio and a powerful command-line interface (CLI) for automated processing.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LogViewer
|
| 3 |
+
license: mit
|
| 4 |
+
sdk: gradio
|
| 5 |
+
app_file: logviewer/app.py
|
| 6 |
+
colorFrom: blue
|
| 7 |
+
colorTo: green
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# LogViewer
|
| 11 |
|
| 12 |
LogViewer is a versatile tool designed for efficient viewing and filtering of log files. It offers both a user-friendly web interface built with Gradio and a powerful command-line interface (CLI) for automated processing.
|