Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def run_query(query, chat_history, k, temperature,openai_api_key):
|
|
| 36 |
return llm_response
|
| 37 |
|
| 38 |
def main():
|
| 39 |
-
st.title("EmeraldEnergy™️ HVAC
|
| 40 |
api_key = st.text_input("Enter your API key:")
|
| 41 |
chat_history = []
|
| 42 |
|
|
|
|
| 36 |
return llm_response
|
| 37 |
|
| 38 |
def main():
|
| 39 |
+
st.title("EmeraldEnergy™️ HVAC AI Copilot")
|
| 40 |
api_key = st.text_input("Enter your API key:")
|
| 41 |
chat_history = []
|
| 42 |
|