KeshavRa commited on
Commit
c11d0ed
·
verified ·
1 Parent(s): 1a8c55e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -256,9 +256,9 @@ if selected_app == "3) Upload Datasets":
256
  st.markdown("Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m) to get started")
257
 
258
  if selected_app == "4) Create Chatbot":
259
- code = '''python
260
- def hello_world():
261
- print("Hello, world!")
262
  '''
263
 
264
- st.code(code, language='python')
 
256
  st.markdown("Go to this [google colab link](https://colab.research.google.com/drive/1eCpk9HUoCKZb--tiNyQSHFW2ojoaA35m) to get started")
257
 
258
  if selected_app == "4) Create Chatbot":
259
+ code = '''
260
+ def hello_world():
261
+ print("Hello, world!")
262
  '''
263
 
264
+ st.code(code, language='python')