Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import csv
|
|
| 2 |
import gradio as gr # type: ignore
|
| 3 |
import pandas as pd # type: ignore
|
| 4 |
|
| 5 |
-
with gr.Blocks(title="Conversation rebuilder") as app:
|
| 6 |
gr.Markdown(
|
| 7 |
"""# Conversation rebuilder
|
| 8 |
Please, fill the Database Transcript and the List of matched clips from Kibana, and click the Rebuild button"""
|
|
|
|
| 2 |
import gradio as gr # type: ignore
|
| 3 |
import pandas as pd # type: ignore
|
| 4 |
|
| 5 |
+
with gr.Blocks(title="Conversation rebuilder",theme="gradio/monochrome") as app:
|
| 6 |
gr.Markdown(
|
| 7 |
"""# Conversation rebuilder
|
| 8 |
Please, fill the Database Transcript and the List of matched clips from Kibana, and click the Rebuild button"""
|