Update app.py
Browse files
app.py
CHANGED
|
@@ -874,7 +874,7 @@ def multi_agent_debate():
|
|
| 874 |
st.write(f"## {page_icon} $\,${page_title}")
|
| 875 |
|
| 876 |
# Always display the cover image and acknowledgment at the top
|
| 877 |
-
st.image("./files/image-3.png", caption="
|
| 878 |
st.info(
|
| 879 |
"""
|
| 880 |
**Acknowledgment**: This project is inspired by [Twy's Work](https://github.com/twy80/Multi_Agent_Debate).
|
|
|
|
| 874 |
st.write(f"## {page_icon} $\,${page_title}")
|
| 875 |
|
| 876 |
# Always display the cover image and acknowledgment at the top
|
| 877 |
+
st.image("./files/image-3.png", caption=" ", use_container_width=True)
|
| 878 |
st.info(
|
| 879 |
"""
|
| 880 |
**Acknowledgment**: This project is inspired by [Twy's Work](https://github.com/twy80/Multi_Agent_Debate).
|