Spaces:
Runtime error
Runtime error
Commit
·
e165190
1
Parent(s):
58793fb
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import requests
|
|
|
|
| 2 |
|
| 3 |
def call_chatbot_api(query):
|
| 4 |
url = 'https://hf-aichat-api.onrender.com/api/chat'
|
|
|
|
| 1 |
import requests
|
| 2 |
+
import streamlit as st
|
| 3 |
|
| 4 |
def call_chatbot_api(query):
|
| 5 |
url = 'https://hf-aichat-api.onrender.com/api/chat'
|