Merging PR_218 openai_rev package with new streamlit chat app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class BaseMapProvider(Enum):
|
||||
"""Basemap provider available in pydeck"""
|
||||
|
||||
MAPBOX = "mapbox"
|
||||
GOOGLE_MAPS = "google_maps"
|
||||
CARTO = "carto"
|
||||
Reference in New Issue
Block a user