acloudfan commited on
Commit
0e17741
1 Parent(s): 6ceea22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -1,7 +1,8 @@
1
- # Demonstrates the basic usage
2
- # 1. Select model
3
- # 2. Provide a query
4
- # 3. Invoke the model
 
5
 
6
  import streamlit as st
7
  from dotenv import load_dotenv
 
1
+ # 1. User selects the LLM
2
+ # 2. User adjusts the model parameters (optional)
3
+ # 3. User provide a query
4
+ # 4. Selected model is invoked
5
+ # 5. Result is shown to the user
6
 
7
  import streamlit as st
8
  from dotenv import load_dotenv