Block-Components

- comment
This commit is contained in:
Ömer Faruk Özdemir 2022-03-09 15:15:40 +03:00
parent fd3980a0e5
commit c32d3aafa4
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ if TYPE_CHECKING: # Only import for type checking (is False at runtime).
from gradio import Interface
# TODO: (faruk) Remove this file in version 3.0
class Textbox(Textbox):
def __init__(
self,

View File

@ -2,6 +2,7 @@ from __future__ import annotations
from gradio.components import Component
# TODO: (faruk) Remove this file in version 3.0
class StaticComponent(Component):
def __init__(self, label: str):