Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,7 +221,8 @@ SAMPLE_QS = [
|
|
| 221 |
|
| 222 |
|
| 223 |
with gr.Blocks(title="ThinkingDhenu US Agriculture Extensions Chat", css=CSS, theme=gr.themes.Soft()) as demo:
|
| 224 |
-
gr.Markdown("<h2>🐮
|
|
|
|
| 225 |
|
| 226 |
with gr.Row():
|
| 227 |
# ---- Left panel ----
|
|
|
|
| 221 |
|
| 222 |
|
| 223 |
with gr.Blocks(title="ThinkingDhenu US Agriculture Extensions Chat", css=CSS, theme=gr.themes.Soft()) as demo:
|
| 224 |
+
gr.Markdown("<h2>🐮 ThinkingDhenu US Agriculture Extensions Chat</h2>")
|
| 225 |
+
gr.Markdown("<h4>Research Preview of reasoning model based on US Agricultural extension knowledge in collaboration with Extension Foundation</h4>")
|
| 226 |
|
| 227 |
with gr.Row():
|
| 228 |
# ---- Left panel ----
|