Carlosito16 commited on
Commit
fb0c967
1 Parent(s): 8f6cc9b

Rename app.py to app_without_convo.py

Browse files
Files changed (1) hide show
  1. app.py → app_without_convo.py +4 -0
app.py → app_without_convo.py RENAMED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import streamlit as st
2
  import pandas as pd
3
  import numpy as np
 
1
+ # First demo using one-query based UI style
2
+
3
+
4
+
5
  import streamlit as st
6
  import pandas as pd
7
  import numpy as np