From ebdccbf845965357be0e490a1a84d35ba5bc2865 Mon Sep 17 00:00:00 2001 From: Sanjay Nadhavajhala Date: Sun, 11 Feb 2024 12:42:33 -0800 Subject: [PATCH] moving files for gh package publishing purposes --- services/frontend/{ => ui}/Dockerfile | 0 .../frontend/ui/app/1_\360\237\222\254_Chat.py" | 0 .../ui/app/pages/2_\360\237\244\226_Explore_Assistants.py" | 0 .../frontend/ui/app/pages/3_\342\232\231\357\270\217_Settings.py" | 0 services/frontend/{ => ui}/app/rubra_ui_config.py | 0 services/frontend/{ => ui}/app/rubra_ui_utils.py | 0 services/frontend/{ => ui}/requirements.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename services/frontend/{ => ui}/Dockerfile (100%) rename "services/frontend/app/1_\360\237\222\254_Chat.py" => "services/frontend/ui/app/1_\360\237\222\254_Chat.py" (100%) rename "services/frontend/app/pages/2_\360\237\244\226_Explore_Assistants.py" => "services/frontend/ui/app/pages/2_\360\237\244\226_Explore_Assistants.py" (100%) rename "services/frontend/app/pages/3_\342\232\231\357\270\217_Settings.py" => "services/frontend/ui/app/pages/3_\342\232\231\357\270\217_Settings.py" (100%) rename services/frontend/{ => ui}/app/rubra_ui_config.py (100%) rename services/frontend/{ => ui}/app/rubra_ui_utils.py (100%) rename services/frontend/{ => ui}/requirements.txt (100%) diff --git a/services/frontend/Dockerfile b/services/frontend/ui/Dockerfile similarity index 100% rename from services/frontend/Dockerfile rename to services/frontend/ui/Dockerfile diff --git "a/services/frontend/app/1_\360\237\222\254_Chat.py" "b/services/frontend/ui/app/1_\360\237\222\254_Chat.py" similarity index 100% rename from "services/frontend/app/1_\360\237\222\254_Chat.py" rename to "services/frontend/ui/app/1_\360\237\222\254_Chat.py" diff --git "a/services/frontend/app/pages/2_\360\237\244\226_Explore_Assistants.py" "b/services/frontend/ui/app/pages/2_\360\237\244\226_Explore_Assistants.py" similarity index 100% rename from "services/frontend/app/pages/2_\360\237\244\226_Explore_Assistants.py" rename to "services/frontend/ui/app/pages/2_\360\237\244\226_Explore_Assistants.py" diff --git "a/services/frontend/app/pages/3_\342\232\231\357\270\217_Settings.py" "b/services/frontend/ui/app/pages/3_\342\232\231\357\270\217_Settings.py" similarity index 100% rename from "services/frontend/app/pages/3_\342\232\231\357\270\217_Settings.py" rename to "services/frontend/ui/app/pages/3_\342\232\231\357\270\217_Settings.py" diff --git a/services/frontend/app/rubra_ui_config.py b/services/frontend/ui/app/rubra_ui_config.py similarity index 100% rename from services/frontend/app/rubra_ui_config.py rename to services/frontend/ui/app/rubra_ui_config.py diff --git a/services/frontend/app/rubra_ui_utils.py b/services/frontend/ui/app/rubra_ui_utils.py similarity index 100% rename from services/frontend/app/rubra_ui_utils.py rename to services/frontend/ui/app/rubra_ui_utils.py diff --git a/services/frontend/requirements.txt b/services/frontend/ui/requirements.txt similarity index 100% rename from services/frontend/requirements.txt rename to services/frontend/ui/requirements.txt