Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,6 +104,8 @@ def test(model_fit,test,train,covariates):
|
|
104 |
# Gradio-Interface erstellen
|
105 |
with gr.Blocks() as demo:
|
106 |
gr.Markdown("## ML-based Building Simulation") #Überschrift
|
|
|
|
|
107 |
|
108 |
# Datei-Upload-Komponente
|
109 |
file_input = gr.File(label="Drop an excel file", file_types=[".xls", ".xlsx"]) #Hochladebereich
|
|
|
104 |
# Gradio-Interface erstellen
|
105 |
with gr.Blocks() as demo:
|
106 |
gr.Markdown("## ML-based Building Simulation") #Überschrift
|
107 |
+
gr.Markdown("This demo offers the possibility of creating building simulations based on time series data (measurement data with timestamps). The demo uses the machine learning algorithm multiple linear Regression. The target variables and additional external variables of the forecast can be selected based on the data.") #Beschreibung
|
108 |
+
|
109 |
|
110 |
# Datei-Upload-Komponente
|
111 |
file_input = gr.File(label="Drop an excel file", file_types=[".xls", ".xlsx"]) #Hochladebereich
|