Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,7 +425,7 @@ def chatbot(task, text=None, context=None, question=None, file=None):
|
|
| 425 |
return "Please select a valid task."
|
| 426 |
|
| 427 |
|
| 428 |
-
with gr.Blocks(theme="
|
| 429 |
with gr.Column():
|
| 430 |
with gr.Row(elem_id="header", elem_classes="header-container"):
|
| 431 |
gr.Markdown("<div class='header-title-center'><a href='https://eventdata.utdallas.edu/conflibert/' style='font-size: 4rem; font-weight: 900;'>ConfliBERT</a></div>")
|
|
|
|
| 425 |
return "Please select a valid task."
|
| 426 |
|
| 427 |
|
| 428 |
+
with gr.Blocks(theme="allenai/gradio-theme") as demo:
|
| 429 |
with gr.Column():
|
| 430 |
with gr.Row(elem_id="header", elem_classes="header-container"):
|
| 431 |
gr.Markdown("<div class='header-title-center'><a href='https://eventdata.utdallas.edu/conflibert/' style='font-size: 4rem; font-weight: 900;'>ConfliBERT</a></div>")
|