andreped commited on
Commit
c2595aa
·
1 Parent(s): 60a59c6

Formatted code

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ from llama_index import set_global_service_context
10
  from llama_index.embeddings import OpenAIEmbedding
11
  from llama_index.llms import AzureOpenAI
12
 
13
-
14
  # Initialize message history
15
  st.header("Chat with André's research 💬 📚")
16
 
 
10
  from llama_index.embeddings import OpenAIEmbedding
11
  from llama_index.llms import AzureOpenAI
12
 
 
13
  # Initialize message history
14
  st.header("Chat with André's research 💬 📚")
15