Update app.py
Browse files
app.py
CHANGED
@@ -148,11 +148,11 @@ def launch_bot():
|
|
148 |
"demo_name": cfg["title"],
|
149 |
"response_language": st.session_state.language})
|
150 |
|
151 |
-
|
152 |
-
for i in range(100):
|
153 |
-
st.write(f"This is scrollable content line {i}")
|
154 |
|
155 |
if __name__ == "__main__":
|
156 |
st.set_page_config(page_title="Sticky toolbar test", layout="wide")
|
157 |
nest_asyncio.apply()
|
158 |
#asyncio.run(launch_bot())
|
|
|
|
|
|
|
|
148 |
"demo_name": cfg["title"],
|
149 |
"response_language": st.session_state.language})
|
150 |
|
|
|
|
|
|
|
151 |
|
152 |
if __name__ == "__main__":
|
153 |
st.set_page_config(page_title="Sticky toolbar test", layout="wide")
|
154 |
nest_asyncio.apply()
|
155 |
#asyncio.run(launch_bot())
|
156 |
+
|
157 |
+
for i in range(100):
|
158 |
+
st.write(f"This is scrollable content line {i}")
|