Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ with gr.Blocks() as demo:
|
|
| 126 |
with gr.Row():
|
| 127 |
gr.Markdown("<h1 style='text-align: center; font-size: 3.5em;'>Department of Economics</h1>")
|
| 128 |
|
| 129 |
-
gr.Markdown("#
|
| 130 |
|
| 131 |
with gr.Row():
|
| 132 |
db_choice = gr.Dropdown(["Governance Documents", "Faculty Handbook"], label="Select Document", scale=1)
|
|
|
|
| 126 |
with gr.Row():
|
| 127 |
gr.Markdown("<h1 style='text-align: center; font-size: 3.5em;'>Department of Economics</h1>")
|
| 128 |
|
| 129 |
+
gr.Markdown("# Faculty Policies & Rules ChatBot")
|
| 130 |
|
| 131 |
with gr.Row():
|
| 132 |
db_choice = gr.Dropdown(["Governance Documents", "Faculty Handbook"], label="Select Document", scale=1)
|